C# Класс SenseNet.Portal.Handlers.UploadHandler.ContentFacade

Показать файл Открыть проект

Открытые методы

Метод Описание
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