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

Returns true if a user has already granted one of the task permissions. 

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

~/Workarea/webservices/WebServiceAPI/Site.asmx
C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "IsTaskPermissionInherited", Description = "")]
public bool IsTaskPermissionInherited(long Id);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "IsTaskPermissionInherited", Description = "")>
Public Function IsTaskPermissionInherited(Id As long) As bool
Parameters 
Description 
Id 
User ID. 

Boolean

To use this function, the user should be logged in to the system. Otherwise, the user will get the permission denied error.

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!