Method | Description | |
---|---|---|
Create ( System.Guid guid, uint objectTypeID, uint folderID ) : IServiceCallState |
||
Delete ( System.Guid guid ) : IServiceCallState |
||
Get ( IEnumerable |
||
SetPublishSettings ( System.Guid objectGUID, System.Guid accessPointGUID, System.DateTime startDate, System.DateTime endDate ) : IServiceCallState |
public Create ( System.Guid guid, uint objectTypeID, uint folderID ) : IServiceCallState |
||
guid | System.Guid | |
objectTypeID | uint | |
folderID | uint | |
return | IServiceCallState |
public Delete ( System.Guid guid ) : IServiceCallState |
||
guid | System.Guid | |
return | IServiceCallState |
public Get ( IEnumerable |
||
objectGuids | IEnumerable |
|
folderId | uint | |
accessPointGuid | System.Guid | |
includeAccessPoints | bool | |
includeMetadata | bool | |
includeFiles | bool | |
includeObjectRelations | bool | |
includeFolders | bool | |
pageSize | uint | |
pageIndex | uint | |
return | IServiceCallState |
public SetPublishSettings ( System.Guid objectGUID, System.Guid accessPointGUID, System.DateTime startDate, System.DateTime endDate ) : IServiceCallState |
||
objectGUID | System.Guid | |
accessPointGUID | System.Guid | |
startDate | System.DateTime | |
endDate | System.DateTime | |
return | IServiceCallState |