Метод | Описание | |
---|---|---|
ChildrenDerivedFrom ( this item, ID templateId ) : IEnumerable |
||
DeleteAndPublish ( this item ) : void | ||
GetAncestors ( this item, System.Boolean descending = true ) : IEnumerable |
||
GetReferrersAsItems ( this item ) : IEnumerable |
||
HasLanguage ( this item, System.Language language ) : bool | ||
HasLanguage ( this item, string languageName ) : bool | ||
IsDerivedFromTemplate ( this item, ID templateId ) : bool | ||
IsInContextSite ( this item ) : System.Boolean | ||
IsPublished ( this pItem ) : bool | ||
IsStandardValues ( this item ) : bool | ||
IsTemplate ( this item ) : bool | ||
IsValidForPublish ( this item ) : System.Boolean | ||
LanguageVersionCount ( this item, System.Language lang ) : int | ||
Publish ( this item, bool deep ) : void | ||
UnPublish ( this item ) : void |
public static ChildrenDerivedFrom ( this item, ID templateId ) : IEnumerable |
||
item | this | |
templateId | ID | |
Результат | IEnumerable |
public static DeleteAndPublish ( this item ) : void | ||
item | this | |
Результат | void |
public static GetAncestors ( this item, System.Boolean descending = true ) : IEnumerable |
||
item | this | |
descending | System.Boolean | |
Результат | IEnumerable |
public static GetReferrersAsItems ( this item ) : IEnumerable |
||
item | this | |
Результат | IEnumerable |
public static HasLanguage ( this item, System.Language language ) : bool | ||
item | this | |
language | System.Language | |
Результат | bool |
public static HasLanguage ( this item, string languageName ) : bool | ||
item | this | |
languageName | string | |
Результат | bool |
public static IsDerivedFromTemplate ( this item, ID templateId ) : bool | ||
item | this | |
templateId | ID | |
Результат | bool |
public static IsInContextSite ( this item ) : System.Boolean | ||
item | this | |
Результат | System.Boolean |
public static IsPublished ( this pItem ) : bool | ||
pItem | this | |
Результат | bool |
public static IsStandardValues ( this item ) : bool | ||
item | this | |
Результат | bool |
public static IsTemplate ( this item ) : bool | ||
item | this | |
Результат | bool |
public static IsValidForPublish ( this item ) : System.Boolean | ||
item | this | |
Результат | System.Boolean |
public static LanguageVersionCount ( this item, System.Language lang ) : int | ||
item | this | |
lang | System.Language | |
Результат | int |
public static Publish ( this item, bool deep ) : void | ||
item | this | |
deep | bool | |
Результат | void |
public static UnPublish ( this item ) : void | ||
item | this | |
Результат | void |