infoRouter Document Management System - Web Services API Documentation
ApplyInheritedAccessList
Applies inherited access list to a document or a folder in the specified path.
Syntax
[Visual Basic]
Public Function ApplyInheritedAccessList(ByVal AuthenticationTicket As String, _
ByVal Path As String) As System.Xml.XmlDocument
Parameters

AuthenticationTicket

infoRouter Authentication Ticket

Path

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.
Example

					
See Also
Set Access List | Get Access List
Syntax based on infoRouter Document Management System Web Services API Version 7.0
Copyright() 1998-2003 Active Innovations, Inc.
infoRouter Document Management System