C# Класс SenseNet.Services.ContentStore.ContentStoreService

Наследование: IContentStoreService
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Copy ( int nodeID, int targetNodeID ) : void
Copy ( string sourceIdOrPath, string targetIdOrPath ) : void
CopyMore ( string nodeIdList, string targetPath ) : void
Delete ( int nodeID ) : void
Delete ( string nodeIdOrPath ) : void
DeleteMore ( string nodeIdList ) : void
GetContentTypes ( ) : SenseNet.Services.ContentStore.Content[]
GetFeed ( string feedPath ) : SenseNet.Services.ContentStore.Content[]
GetFeed2 ( string feedPath, bool onlyFiles, bool onlyFolders, int start, int limit ) : SenseNet.Services.ContentStore.Content[]
GetItem ( string itemPath ) : Content
GetItem2 ( string itemPath, bool onlyFileChildren, int start, int limit ) : Content
GetItem3 ( string itemPath, bool withProperties, bool onlyFileChildren, int start, int limit ) : Content
GetNodeById ( string itemId ) : Node
Move ( int nodeID, int targetNodeID ) : void
Move ( string sourceIdOrPath, string targetIdOrPath ) : void
MoveMore ( string nodeIdList, string targetNodePath ) : void
Query ( string queryXml, bool withProperties ) : Content
Search ( string searchExpression ) : Content
UniversalDispatcher ( ) : object

Приватные методы

Метод Описание
CreateFakeRootForFeed ( Content feed ) : Content
GetFeed2Private ( string feedPath, bool onlyFiles, bool onlyFolders, int start, int limit ) : SenseNet.Services.ContentStore.Content[]
GetNodeId ( string nodeIdOrPath ) : int
GetNodeIdList ( string nodeIdList ) : List

Gets the node id list.

PreparePath ( string path ) : string
SendErrorsToUser ( IList errors ) : void

Описание методов

Copy() публичный Метод

public Copy ( int nodeID, int targetNodeID ) : void
nodeID int
targetNodeID int
Результат void

Copy() публичный Метод

public Copy ( string sourceIdOrPath, string targetIdOrPath ) : void
sourceIdOrPath string
targetIdOrPath string
Результат void

CopyMore() публичный Метод

public CopyMore ( string nodeIdList, string targetPath ) : void
nodeIdList string
targetPath string
Результат void

Delete() публичный Метод

public Delete ( int nodeID ) : void
nodeID int
Результат void

Delete() публичный Метод

public Delete ( string nodeIdOrPath ) : void
nodeIdOrPath string
Результат void

DeleteMore() публичный Метод

public DeleteMore ( string nodeIdList ) : void
nodeIdList string
Результат void

GetContentTypes() публичный Метод

public GetContentTypes ( ) : SenseNet.Services.ContentStore.Content[]
Результат SenseNet.Services.ContentStore.Content[]

GetFeed() публичный Метод

public GetFeed ( string feedPath ) : SenseNet.Services.ContentStore.Content[]
feedPath string
Результат SenseNet.Services.ContentStore.Content[]

GetFeed2() публичный Метод

public GetFeed2 ( string feedPath, bool onlyFiles, bool onlyFolders, int start, int limit ) : SenseNet.Services.ContentStore.Content[]
feedPath string
onlyFiles bool
onlyFolders bool
start int
limit int
Результат SenseNet.Services.ContentStore.Content[]

GetItem() публичный Метод

public GetItem ( string itemPath ) : Content
itemPath string
Результат Content

GetItem2() публичный Метод

public GetItem2 ( string itemPath, bool onlyFileChildren, int start, int limit ) : Content
itemPath string
onlyFileChildren bool
start int
limit int
Результат Content

GetItem3() публичный Метод

public GetItem3 ( string itemPath, bool withProperties, bool onlyFileChildren, int start, int limit ) : Content
itemPath string
withProperties bool
onlyFileChildren bool
start int
limit int
Результат Content

GetNodeById() публичный Метод

public GetNodeById ( string itemId ) : Node
itemId string
Результат Node

Move() публичный Метод

public Move ( int nodeID, int targetNodeID ) : void
nodeID int
targetNodeID int
Результат void

Move() публичный Метод

public Move ( string sourceIdOrPath, string targetIdOrPath ) : void
sourceIdOrPath string
targetIdOrPath string
Результат void

MoveMore() публичный Метод

public MoveMore ( string nodeIdList, string targetNodePath ) : void
nodeIdList string
targetNodePath string
Результат void

Query() публичный Метод

public Query ( string queryXml, bool withProperties ) : Content
queryXml string
withProperties bool
Результат Content

Search() публичный Метод

public Search ( string searchExpression ) : Content
searchExpression string
Результат Content

UniversalDispatcher() публичный Метод

public UniversalDispatcher ( ) : object
Результат object