Class DocumentWorkflowConfiguration
Document workflow context to create workflows
Inheritance
System.Object
DocumentWorkflowConfiguration
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.FileStructure.Workflow
Assembly: Simplic.FileStructure.Workflow.dll
Syntax
public class DocumentWorkflowConfiguration
Properties
| Improve this Doc View SourceAccessProviderName
Gets or sets the current access provider
Declaration
public string AccessProviderName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DisplayName
Gets or sets the display name
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Guid
Gets or sets the guid
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
InternalName
Gets or sets the internal name
Declaration
public string InternalName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OrganizationUnits
Declaration
public StatefulCollection<WorkflowOrganizationUnitAssignment> OrganizationUnits { get; set; }
Property Value
Type | Description |
---|---|
StatefulCollection<WorkflowOrganizationUnitAssignment> |
StateProviderName
Gets or sets the state provider
Declaration
public string StateProviderName { get; set; }
Property Value
Type | Description |
---|---|
System.String |