C# 클래스 SenseNet.Portal.Handlers.UploadHandler.ContentFacade

파일 보기 프로젝트 열기: maxpavlov/FlexNet

공개 메소드들

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

메소드 상세

ContentFacade() 공개 메소드

public ContentFacade ( ) : System
리턴 System

CreateNew() 공개 메소드

Creates a new content with the specified contenttypename.
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

Load() 공개 메소드

Loads the specified content by content id.
public Load ( int contentId ) : void
contentId int ContentId
리턴 void

Load() 공개 메소드

Loads the specified content by content path.
public Load ( string path ) : void
path string Path of the specified content.
리턴 void