MetadataStructureCacheGetWorkflowAdmin Method
Gets the full (admin) workflow data struct.
Namespace: MFiles.VAF.MetadataCacheAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public virtual WorkflowAdmin GetWorkflowAdmin(
Vault vault,
int workflowId
)
- vault Vault
- The vault object. Reserved for future implementation to rebuild the cache if found not up-to-date.
- workflowId Int32
- The workflow id.
WorkflowAdminThe workflow data struct (full admin struct).
IMetadataStructureCacheGetWorkflowAdmin(Vault, Int32)