Exemple #1
0
 /// <summary>
 ///     Get the TGIBlock list for a Content Field.
 /// </summary>
 /// <param name="f">The property name under inspection.</param>
 /// <returns>The TGIBlock list for a Content Field, if present; otherwise <c>null</c>.</returns>
 public DependentList <TGIBlock> GetTGIBlocks(string f)
 {
     return(AApiVersionedFields.GetTGIBlocks(this, f));
 }