Autodesk Vault ProfessionalVault API

GetFolderMoveRestrictions Method

Autodesk.Connectivity.WebServicesDocumentService

Gets all move restrictions on a folder.

Required Permissions

FolderCreate

Syntax

public DocRestric[] GetFolderMoveRestrictions(
   System.long folderId,
   System.long newParentFolderId
)
Public Function GetFolderMoveRestrictions( _
   ByVal folderId As System.Long, _
   ByVal newParentFolderId As System.Long _
) As DocRestric()

Parameters

NameDescription
folderIdThe the folder to move.
newParentFolderIdThe new parent folder (the folder location to move the old folder to).

Return Value

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

See Also