Autodesk Vault ProfessionalVault API

UpdateFolderLifeCycleDefinitions Method

Autodesk.Connectivity.WebServicesDocumentServiceExtensions

Updates the life cycle definition and state for a set of Folders.

Required Permissions

FolderChangeLifeCycleDefinition

Syntax

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

Parameters

NameDescription
folderIdsA set of Folder Ids. All input arrays must be the same size.
toLCDefIdsThe new lifecycle defintion for the corresponding Folder. All input arrays must be the same size.
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