C# Class SenseNet.Portal.Handlers.UploadHandler.ContentFacade

Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

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.

Method Details

ContentFacade() public méthode

public ContentFacade ( ) : System
Résultat System

CreateNew() public méthode

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.
Résultat void

Load() public méthode

Loads the specified content by content id.
public Load ( int contentId ) : void
contentId int ContentId
Résultat void

Load() public méthode

Loads the specified content by content path.
public Load ( string path ) : void
path string Path of the specified content.
Résultat void