C# Class SenseNet.Services.ContentStore.ContentStoreService

Inheritance: IContentStoreService
Mostra file Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

Copy() public method

public Copy ( int nodeID, int targetNodeID ) : void
nodeID int
targetNodeID int
return void

Copy() public method

public Copy ( string sourceIdOrPath, string targetIdOrPath ) : void
sourceIdOrPath string
targetIdOrPath string
return void

CopyMore() public method

public CopyMore ( string nodeIdList, string targetPath ) : void
nodeIdList string
targetPath string
return void

Delete() public method

public Delete ( int nodeID ) : void
nodeID int
return void

Delete() public method

public Delete ( string nodeIdOrPath ) : void
nodeIdOrPath string
return void

DeleteMore() public method

public DeleteMore ( string nodeIdList ) : void
nodeIdList string
return void

GetContentTypes() public method

public GetContentTypes ( ) : SenseNet.Services.ContentStore.Content[]
return SenseNet.Services.ContentStore.Content[]

GetFeed() public method

public GetFeed ( string feedPath ) : SenseNet.Services.ContentStore.Content[]
feedPath string
return SenseNet.Services.ContentStore.Content[]

GetFeed2() public method

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
return SenseNet.Services.ContentStore.Content[]

GetItem() public method

public GetItem ( string itemPath ) : Content
itemPath string
return Content

GetItem2() public method

public GetItem2 ( string itemPath, bool onlyFileChildren, int start, int limit ) : Content
itemPath string
onlyFileChildren bool
start int
limit int
return Content

GetItem3() public method

public GetItem3 ( string itemPath, bool withProperties, bool onlyFileChildren, int start, int limit ) : Content
itemPath string
withProperties bool
onlyFileChildren bool
start int
limit int
return Content

GetNodeById() public method

public GetNodeById ( string itemId ) : Node
itemId string
return Node

Move() public method

public Move ( int nodeID, int targetNodeID ) : void
nodeID int
targetNodeID int
return void

Move() public method

public Move ( string sourceIdOrPath, string targetIdOrPath ) : void
sourceIdOrPath string
targetIdOrPath string
return void

MoveMore() public method

public MoveMore ( string nodeIdList, string targetNodePath ) : void
nodeIdList string
targetNodePath string
return void

Query() public method

public Query ( string queryXml, bool withProperties ) : Content
queryXml string
withProperties bool
return Content

Search() public method

public Search ( string searchExpression ) : Content
searchExpression string
return Content

UniversalDispatcher() public method

public UniversalDispatcher ( ) : object
return object