IMetadataStructureCacheGetWorkflowAdmin Method

Gets the full (admin) workflow data struct.

Definition

Namespace: MFiles.VAF.MetadataCache
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
WorkflowAdmin GetWorkflowAdmin(
	Vault vault,
	int workflowId
)

Parameters

vault  Vault
The vault object. Reserved for future implementation to rebuild the cache if found not up-to-date.
workflowId  Int32
The workflow id.

Return Value

WorkflowAdmin
The workflow data struct (full admin struct).

See Also