메소드 | 설명 | |
---|---|---|
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. |
리턴 | void |