Interface IDocumentWorkflowStateProvider
Represents the document workflow state provider service interface
Namespace: Simplic.FileStructure.Workflow
Assembly: Simplic.FileStructure.Workflow.dll
Syntax
public interface IDocumentWorkflowStateProvider
Properties
| Improve this Doc View SourceName
Gets the state provider name
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceResolveDocumentWorkflowState(Guid, Guid)
Returns the document workflow state based on a document id and a workflow id
Declaration
DocumentWorkflowState ResolveDocumentWorkflowState(Guid documentId, Guid workflowId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | documentId | |
System.Guid | workflowId |
Returns
Type | Description |
---|---|
DocumentWorkflowState |