You are here: Ektron Namespace > Web Services API > Ektron.Services Namespace > Classes > Permissions Class > Permissions Methods > LoadPermissions
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Permissions.LoadPermissions Method

Loads the permission for given object, such as content, folder, task, etc. 

This method can be accessed through the Permissions.asmx file located in:

~/Workarea/webservices/WebServiceAPI/Permissions.asmx
C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "LoadPermissions", Description = "Loads the permission for given object, such as content, folder, task, etc.")]
public PermissionData LoadPermissions(long Id, string RequestType, ContentAPI.PermissionResultType Type);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "LoadPermissions", Description = "Loads the permission for given object, such as content, folder, task, etc.")>
Public Function LoadPermissions(Id As long, RequestType As string, Type As ContentAPI.PermissionResultType) As PermissionData
Parameters 
Description 
Id 
The object's ID. 
RequestType 
The object type:= content | folder | collections | tasks  
Type 
The permission result type. 

Ektron.Cms.PermissionData

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!