Property | Type | Description |
---|
Method | Description | |
---|---|---|
Create ( System.Guid guid, uint objectTypeID, uint folderID ) : Data.Dto.Object | ||
Delete ( System.Guid guid ) : uint | ||
Get ( IEnumerable |
||
Object ( IPortalApplication portalApplication, IMcmRepository mcmRepository, IPermissionManager permissionManager ) : System | ||
SetPublishSettings ( System.Guid objectGuid, System.Guid accessPointGuid, System.DateTime startDate, System.DateTime endDate ) : uint |
public Create ( System.Guid guid, uint objectTypeID, uint folderID ) : Data.Dto.Object | ||
guid | System.Guid | |
objectTypeID | uint | |
folderID | uint | |
return | Data.Dto.Object |
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 | IPagedResult |
public Object ( IPortalApplication portalApplication, IMcmRepository mcmRepository, IPermissionManager permissionManager ) : System | ||
portalApplication | IPortalApplication | |
mcmRepository | IMcmRepository | |
permissionManager | IPermissionManager | |
return | System |
public SetPublishSettings ( System.Guid objectGuid, System.Guid accessPointGuid, System.DateTime startDate, System.DateTime endDate ) : uint | ||
objectGuid | System.Guid | |
accessPointGuid | System.Guid | |
startDate | System.DateTime | |
endDate | System.DateTime | |
return | uint |