Returns whether an action can be performed in a given folder.

Syntax

Visual Basic (declaration)
Public Function FolderAccessAllowed( _ 
ByVal AuthenticationTicket as String, _ ByVal Path as String, _ ByVal ActionId as Integer) as XmlNode

C# (declaration)
public XmlNode FolderAccessAllowed( 
string AuthenticationTicket, string Path, int ActionId)

Parameters

AuthenticationTicket
    string infoRouter ticket
Path
    string A folder path in inforouter to be tested
ActionId
    int The id of the action

Return Value

returns xml fragment.
<response success="true" error="">
if success = "true", the folder allows the specified action
if success = "false", the folder does not allow the action. The error returns the reason or error text.

Remarks

Valid action Id List

2- Delete folder
5- Add/Change Meta Data
6- Remove Meta Data
7- Set Folder Rules
10- Change Ownership
11- Change Security
17- Change Folder Properties
26- Read Security Access List
33- Move this folder within this library
34- Move this folder outside of this library
37- Create document
38- Create folder
41- List folder contents