C# 클래스 SenseNet.Services.ContentStore.ContentStoreService

상속: IContentStoreService
파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

공개 메소드들

메소드 설명
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