UpdateFolderLifeCycleDefinitions Method
Updates the life cycle definition and state for a set of Folders.
Required Permissions
FolderChangeLifeCycleDefinitionSyntax
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
| Name | Description |
|---|---|
| folderIds | A set of Folder Ids. All input arrays must be the same size. |
| toLCDefIds | The new lifecycle defintion for the corresponding Folder. All input arrays must be the same size. |
| toStateIds | The new lifecycle state for the corresponding Folder. All input arrays must be the same size. |
| comment | Reserved for future use. |
Return Value
The updated Folder objects.