Applies inherited access list to a document or a folder in the specified path.

Syntax

Visual Basic (declaration)
Public Function ApplyInheritedAccessList( _ 
ByVal AuthenticationTicket as String, _ ByVal Path as String) as XmlNode

C# (declaration)
public XmlNode ApplyInheritedAccessList( 
string AuthenticationTicket, string Path)

Parameters

AuthenticationTicket
    string inforouter ticket
Path
    string An infoRouter document or folder path

Return Value

returns xml fragment.
<response success="true" error="">
if success attribute is "true", the inherited permission has been applied successfully.
if success attribute is "false", the error attribute indicates the encountered error

Remarks

The caller must have "Full Control" permission on the document or folder.