IMetadataStructureCacheRemoveWorkflowsAdmin Method

Deletes the workflows with the specified IDs.

Definition

Namespace: MFiles.VAF.MetadataCache
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
void RemoveWorkflowsAdmin(
	Vault vault,
	IDs IDs
)

Parameters

vault  Vault
The vault object.
IDs  IDs
The workflow id's.

See Also