Autodesk Vault ProfessionalVault API

GetFolderDeleteRestrictionsByIds Method

Autodesk.Connectivity.WebServicesDocumentService

Gets all of the delete restrictions on a set of folders.

Required Permissions

FolderRead

Syntax

public FolderDelRestricArray[] GetFolderDeleteRestrictionsByIds(
   System.long[] folderIds
)
Public Function GetFolderDeleteRestrictionsByIds( _
   ByVal folderIds() As System.Long _
) As FolderDelRestricArray()

Parameters

NameDescription
folderIdsA set of folders to get restrictions for.

Return Value

An array of FolderDeleteRestricArray objects corresponding to the input array.

Remarks

If there are no delete restrictions for a particular folder, the corresponding element of the array will contain a null FolderDeleteRestricArray object.

See Also