Méthode | Description | |
---|---|---|
ContentFacade ( ) : System | ||
CreateNew ( string contentTypeName, Node parentNode ) : void |
Creates a new content with the specified contenttypename.
|
|
Load ( int contentId ) : void |
Loads the specified content by content id.
|
|
Load ( string path ) : void |
Loads the specified content by content path.
|
public CreateNew ( string contentTypeName, Node parentNode ) : void | ||
contentTypeName | string | ContentTypeName is used for creating content |
parentNode | Node | Parent node which stores the new content. |
Résultat | void |
public Load ( string path ) : void | ||
path | string | Path of the specified content. |
Résultat | void |