Property | Type | Description | |
---|---|---|---|
AssertAllowedChildType | void | ||
CheckAllowedChildType | TypeAllow | ||
GetCannotAllowContentTypeException | |||
GetNotAllowedContentTypeExceptionOnCreate | |||
GetNotAllowedContentTypeExceptionOnMove | |||
SaveSameVersion | void | ||
SetAllowedChildTypes | void | ||
VersionSetup | void |
Method | Description | |
---|---|---|
AllowChildType ( |
||
AllowChildType ( string contentTypeName, bool setOnAncestorIfInherits = false, bool throwOnError = true, bool save = false ) : void | ||
AllowChildTypes ( IEnumerable |
||
AllowChildTypes ( IEnumerable |
||
Approve ( ) : void | ||
CheckChildrenTypeConsistence ( ) : string | ||
CheckIn ( ) : void | ||
CheckOut ( ) : void | ||
Delete ( ) : void | ||
Delete ( bool bypassTrash ) : void | ||
GenericContent ( Node parent, string nodeTypeName ) : System | ||
GetAllowedChildTypeNames ( ) : IEnumerable |
||
GetAllowedChildTypes ( ) : IEnumerable |
||
GetApplication ( string actionName ) : |
||
GetAvailableFields ( ) : List |
||
GetAvailableFields ( bool rootFields ) : List |
||
GetChildren ( |
||
GetChildren ( string text, |
||
GetChildren ( string text, |
||
GetContentType ( ) : |
||
GetIndexableFields ( ) : IEnumerable |
||
GetProperty ( string name ) : object | ||
IsAllowedChildType ( |
||
IsAllowedChildType ( string contentTypeName ) : bool | ||
MakeCopy ( Node target, string newName ) : Node | ||
MoveTo ( Node target ) : void | ||
Publish ( ) : void | ||
Reject ( ) : void | ||
Save ( ) : void | ||
Save ( SavingMode mode ) : void | ||
SetProperty ( string name, object value ) : void | ||
ToString ( ) : string | ||
UndoCheckOut ( ) : void | ||
UndoCheckOut ( bool forceRefresh = true ) : void |
Method | Description | |
---|---|---|
CopyDynamicProperties ( Node target ) : void | ||
GenericContent ( Node parent ) : System | ||
GenericContent ( |
||
GetAvailableContentTypeFields ( ICollection |
||
GetAvailableContentTypeFields ( ICollection |
||
GetFields ( |
||
Initialize ( ) : void |
Method | Description | |
---|---|---|
AssertAllowedChildType ( Node node, bool move = false ) : void | ||
CheckAllowedChildType ( Node node ) : TypeAllow | ||
GetCannotAllowContentTypeException ( ) : |
||
GetNotAllowedContentTypeExceptionOnCreate ( Node node, |
||
GetNotAllowedContentTypeExceptionOnMove ( Node node, |
||
SaveSameVersion ( ) : void | ||
SetAllowedChildTypes ( IEnumerable |
||
VersionSetup ( ) : void |
public AllowChildType ( |
||
contentType | ||
setOnAncestorIfInherits | bool | |
throwOnError | bool | |
save | bool | |
return | void |
public AllowChildType ( string contentTypeName, bool setOnAncestorIfInherits = false, bool throwOnError = true, bool save = false ) : void | ||
contentTypeName | string | |
setOnAncestorIfInherits | bool | |
throwOnError | bool | |
save | bool | |
return | void |
public AllowChildTypes ( IEnumerable |
||
contentTypes | IEnumerable |
|
setOnAncestorIfInherits | bool | |
throwOnError | bool | |
save | bool | |
return | void |
public AllowChildTypes ( IEnumerable |
||
contentTypeNames | IEnumerable |
|
setOnAncestorIfInherits | bool | |
throwOnError | bool | |
save | bool | |
return | void |
public CheckChildrenTypeConsistence ( ) : string | ||
return | string |
protected CopyDynamicProperties ( Node target ) : void | ||
target | Node | |
return | void |
protected GenericContent ( Node parent ) : System | ||
parent | Node | |
return | System |
public GenericContent ( Node parent, string nodeTypeName ) : System | ||
parent | Node | |
nodeTypeName | string | |
return | System |
protected GenericContent ( |
||
nt | ||
return | System |
public GetAllowedChildTypeNames ( ) : IEnumerable |
||
return | IEnumerable |
public GetAllowedChildTypes ( ) : IEnumerable |
||
return | IEnumerable |
public GetApplication ( string actionName ) : |
||
actionName | string | |
return |
protected GetAvailableContentTypeFields ( ICollection |
||
availableFields | ICollection |
|
return | void |
protected GetAvailableContentTypeFields ( ICollection |
||
availableFields | ICollection |
|
rootFields | bool | |
return | void |
public GetAvailableFields ( bool rootFields ) : List |
||
rootFields | bool | |
return | List |
public GetChildren ( |
||
settings | ||
return | QueryResult |
public GetChildren ( string text, |
||
text | string | |
settings | ||
return | QueryResult |
public GetChildren ( string text, |
||
text | string | |
settings | ||
getAllChildren | bool | |
return | QueryResult |
public GetContentType ( ) : |
||
return |
protected static GetFields ( |
||
contentType | ||
availableFields | ICollection |
|
rootFields | bool | |
return | void |
public IsAllowedChildType ( |
||
contentType | ||
return | bool |
public IsAllowedChildType ( string contentTypeName ) : bool | ||
contentTypeName | string | |
return | bool |
public MakeCopy ( Node target, string newName ) : Node | ||
target | Node | |
newName | string | |
return | Node |
public SetProperty ( string name, object value ) : void | ||
name | string | |
value | object | |
return | void |
public UndoCheckOut ( bool forceRefresh = true ) : void | ||
forceRefresh | bool | |
return | void |