C# Class SenseNet.Services.ContentStore.ContentStoreService

Inheritance: IContentStoreService
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public Copy ( int nodeID, int targetNodeID ) : void
nodeID int
targetNodeID int
Résultat void

Copy() public méthode

public Copy ( string sourceIdOrPath, string targetIdOrPath ) : void
sourceIdOrPath string
targetIdOrPath string
Résultat void

CopyMore() public méthode

public CopyMore ( string nodeIdList, string targetPath ) : void
nodeIdList string
targetPath string
Résultat void

Delete() public méthode

public Delete ( int nodeID ) : void
nodeID int
Résultat void

Delete() public méthode

public Delete ( string nodeIdOrPath ) : void
nodeIdOrPath string
Résultat void

DeleteMore() public méthode

public DeleteMore ( string nodeIdList ) : void
nodeIdList string
Résultat void

GetContentTypes() public méthode

public GetContentTypes ( ) : SenseNet.Services.ContentStore.Content[]
Résultat SenseNet.Services.ContentStore.Content[]

GetFeed() public méthode

public GetFeed ( string feedPath ) : SenseNet.Services.ContentStore.Content[]
feedPath string
Résultat SenseNet.Services.ContentStore.Content[]

GetFeed2() public méthode

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
Résultat SenseNet.Services.ContentStore.Content[]

GetItem() public méthode

public GetItem ( string itemPath ) : Content
itemPath string
Résultat Content

GetItem2() public méthode

public GetItem2 ( string itemPath, bool onlyFileChildren, int start, int limit ) : Content
itemPath string
onlyFileChildren bool
start int
limit int
Résultat Content

GetItem3() public méthode

public GetItem3 ( string itemPath, bool withProperties, bool onlyFileChildren, int start, int limit ) : Content
itemPath string
withProperties bool
onlyFileChildren bool
start int
limit int
Résultat Content

GetNodeById() public méthode

public GetNodeById ( string itemId ) : Node
itemId string
Résultat Node

Move() public méthode

public Move ( int nodeID, int targetNodeID ) : void
nodeID int
targetNodeID int
Résultat void

Move() public méthode

public Move ( string sourceIdOrPath, string targetIdOrPath ) : void
sourceIdOrPath string
targetIdOrPath string
Résultat void

MoveMore() public méthode

public MoveMore ( string nodeIdList, string targetNodePath ) : void
nodeIdList string
targetNodePath string
Résultat void

Query() public méthode

public Query ( string queryXml, bool withProperties ) : Content
queryXml string
withProperties bool
Résultat Content

Search() public méthode

public Search ( string searchExpression ) : Content
searchExpression string
Résultat Content

UniversalDispatcher() public méthode

public UniversalDispatcher ( ) : object
Résultat object