메소드 | 설명 | |
---|---|---|
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 ) : |
||
GetItem2 ( string itemPath, bool onlyFileChildren, int start, int limit ) : |
||
GetItem3 ( string itemPath, bool withProperties, bool onlyFileChildren, int start, int limit ) : |
||
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 ) : |
||
Search ( string searchExpression ) : |
||
UniversalDispatcher ( ) : object |
메소드 | 설명 | |
---|---|---|
CreateFakeRootForFeed ( |
||
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 |
public Copy ( int nodeID, int targetNodeID ) : void | ||
nodeID | int | |
targetNodeID | int | |
리턴 | void |
public Copy ( string sourceIdOrPath, string targetIdOrPath ) : void | ||
sourceIdOrPath | string | |
targetIdOrPath | string | |
리턴 | void |
public CopyMore ( string nodeIdList, string targetPath ) : void | ||
nodeIdList | string | |
targetPath | string | |
리턴 | void |
public GetContentTypes ( ) : SenseNet.Services.ContentStore.Content[] | ||
리턴 | SenseNet.Services.ContentStore.Content[] |
public GetFeed ( string feedPath ) : SenseNet.Services.ContentStore.Content[] | ||
feedPath | string | |
리턴 | SenseNet.Services.ContentStore.Content[] |
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[] |
public GetItem2 ( string itemPath, bool onlyFileChildren, int start, int limit ) : |
||
itemPath | string | |
onlyFileChildren | bool | |
start | int | |
limit | int | |
리턴 |
public GetItem3 ( string itemPath, bool withProperties, bool onlyFileChildren, int start, int limit ) : |
||
itemPath | string | |
withProperties | bool | |
onlyFileChildren | bool | |
start | int | |
limit | int | |
리턴 |
public Move ( int nodeID, int targetNodeID ) : void | ||
nodeID | int | |
targetNodeID | int | |
리턴 | void |
public Move ( string sourceIdOrPath, string targetIdOrPath ) : void | ||
sourceIdOrPath | string | |
targetIdOrPath | string | |
리턴 | void |
public MoveMore ( string nodeIdList, string targetNodePath ) : void | ||
nodeIdList | string | |
targetNodePath | string | |
리턴 | void |
public Query ( string queryXml, bool withProperties ) : |
||
queryXml | string | |
withProperties | bool | |
리턴 |
public Search ( string searchExpression ) : |
||
searchExpression | string | |
리턴 |