Joined: 2/12/2008 Posts: 58
|
Hi,
Has anyone used the LoadPermissions API and if so, would you mind sharing example code?
Lisa
Public Function LoadPermissions(ByVal Id As Long, ByVal RequestType As String, Optional ByVal Type As Ektron.Cms.ContentAPI.PermissionResultType = Common) As Ektron.Cms.PermissionData Member of Ektron.Cms.API.Permissions Summary: Loads the permission for given object, such as content, folder, task, etc.
Parameters: Id: The object ID [folder ID] RequestType: The object type := content | "folder" | collections | tasks Type: The permission result type [ContentAPI.PermissionResultType.All]
Return Values: Ektron.Cms.PermissionData
Remarks: User login with administrator privileges are required to perform this operation.
|