Autodesk Vault ProfessionalVault API

GetFolderRenameRestrictions Method

Autodesk.Connectivity.WebServicesDocumentService

Gets all restrictions for renaming a folder.

Required Permissions

FolderCreate

Syntax

public DocRestric[] GetFolderRenameRestrictions(
   System.long folderId,
   System.string newFolderName
)
Public Function GetFolderRenameRestrictions( _
   ByVal folderId As System.Long, _
   ByVal newFolderName As System.String _
) As DocRestric()

Parameters

NameDescription
folderIdThe folder to update.
newFolderNameThe new folder name.

Return Value

An array of restrictions for moving the folder. Null is returned if there are no restrictions.

See Also