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

Removes the task permissions for a given user. 

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

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

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!