Autodesk Vault ProfessionalVault API

UpdateFolderLifeCycleStates Method

Autodesk.Connectivity.WebServicesDocumentServiceExtensions

Updates the lifecycle states for a set of Folders.

Required Permissions

FolderChangeLifeCycleState

Syntax

public override Folder[] UpdateFolderLifeCycleStates(
   System.long[] folderIds,
   System.long[] toStateIds,
   System.string comment
)
Public Overrides NotOverridable Function UpdateFolderLifeCycleStates( _
   ByVal folderIds() As System.Long, _
   ByVal toStateIds() As System.Long, _
   ByVal comment As System.String _
) As Folder()

Parameters

NameDescription
folderIdsA set of Folder Ids.
toStateIdsThe new lifecycle state for the corresponding Folder. All input arrays must be the same size.
commentReserved for future use.

Return Value

The updated Folder objects.

See Also