Метод | Описание | |
---|---|---|
AddField ( string fieldName, string sectionName ) : TemplateFieldItem | ||
AddSection ( string sectionName ) : TemplateSectionItem | ||
AddSection ( string sectionName, bool allowInheritedSection ) : TemplateSectionItem | ||
AddTo ( Item item, string name ) : ISitecoreItem | ||
BeginEdit ( ) : void | ||
CreateItemFrom ( string name, Item parent ) : ISitecoreItem | ||
CreateStandardValues ( ) : ISitecoreItem | ||
EndEdit ( ) : void | ||
GetField ( ID fieldID ) : TemplateFieldItem | ||
GetField ( string fieldName ) : TemplateFieldItem | ||
GetSection ( ID sectionID ) : TemplateSectionItem | ||
GetSection ( ID sectionID, bool allowInheritedSection ) : TemplateSectionItem | ||
GetSection ( string sectionName ) : TemplateSectionItem | ||
GetSections ( ) : TemplateSectionItem[] | ||
RemoveField ( ID fieldID ) : void | ||
RemoveField ( string fieldName ) : void | ||
RemoveSection ( ID sectionID ) : void | ||
RemoveSection ( string sectionName ) : void | ||
TemplateItemWrapper ( TemplateItem templateItem ) : System.Collections.Generic |
public AddField ( string fieldName, string sectionName ) : TemplateFieldItem | ||
fieldName | string | |
sectionName | string | |
Результат | TemplateFieldItem |
public AddSection ( string sectionName ) : TemplateSectionItem | ||
sectionName | string | |
Результат | TemplateSectionItem |
public AddSection ( string sectionName, bool allowInheritedSection ) : TemplateSectionItem | ||
sectionName | string | |
allowInheritedSection | bool | |
Результат | TemplateSectionItem |
public AddTo ( Item item, string name ) : ISitecoreItem | ||
item | Item | |
name | string | |
Результат | ISitecoreItem |
public CreateItemFrom ( string name, Item parent ) : ISitecoreItem | ||
name | string | |
parent | Item | |
Результат | ISitecoreItem |
public CreateStandardValues ( ) : ISitecoreItem | ||
Результат | ISitecoreItem |
public GetField ( ID fieldID ) : TemplateFieldItem | ||
fieldID | ID | |
Результат | TemplateFieldItem |
public GetField ( string fieldName ) : TemplateFieldItem | ||
fieldName | string | |
Результат | TemplateFieldItem |
public GetSection ( ID sectionID ) : TemplateSectionItem | ||
sectionID | ID | |
Результат | TemplateSectionItem |
public GetSection ( ID sectionID, bool allowInheritedSection ) : TemplateSectionItem | ||
sectionID | ID | |
allowInheritedSection | bool | |
Результат | TemplateSectionItem |
public GetSection ( string sectionName ) : TemplateSectionItem | ||
sectionName | string | |
Результат | TemplateSectionItem |
public GetSections ( ) : TemplateSectionItem[] | ||
Результат | TemplateSectionItem[] |
public RemoveField ( string fieldName ) : void | ||
fieldName | string | |
Результат | void |
public RemoveSection ( ID sectionID ) : void | ||
sectionID | ID | |
Результат | void |
public RemoveSection ( string sectionName ) : void | ||
sectionName | string | |
Результат | void |
public TemplateItemWrapper ( TemplateItem templateItem ) : System.Collections.Generic | ||
templateItem | TemplateItem | |
Результат | System.Collections.Generic |