| infoRouter Document Management System - Web Services API Documentation |
| GetFolderRules |
| Returns the rules of the specified folder |
| Syntax |
[Visual Basic] |
| Parameters |
|
| Return Value |
|
returns xml fragment. <response success="true" error=""> if success = "true", the function returns the <rules> subnode. if success = "false", the error attribute returns the error description. <response success="true" error=""> <Rules> <Rule Name="AllowableFileTypes" Value="DOC,XLS,BMP" /> <Rule Name="Checkins" Value="allows" /> <Rule Name="Checkouts" Value="allows" /> <Rule Name="DocumentDeletes" Value="allows" /> <Rule Name="FolderDeletes" Value="allows" /> <Rule Name="NewDocuments" Value="allows" /> <Rule Name="NewFolders" Value="allows" /> <Rule Name="ClassifiedDocuments" Value="disallows" /> </Rules> </response> |
| Remarks |
|
The caller must have "Read" permission on the folder. |
| Example |
Sub GetFolderRules() |
| See Also |
|
SetFolderRules | UpdateFolderProperties | SetAccessList |
| Syntax based on infoRouter Document Management System Web Services API Version 7.0 |
| Copyright() 1998-2003 Active Innovations, Inc. |
| infoRouter Document Management System |