Skip to main content

Class WorkflowContentInfo

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for WorkflowContentInfo. Info about workflow content like messages, forms and links.

Inheritance

object ← Carrier ← WorkflowContentInfo

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

WorkflowContentInfo()

Default constructor - defaults any enum props to 0.

Properties

Actions

True if the content (form, link) have associated actions.

Property Value

bool

Id

The id of the content row.

Property Value

int

WorkflowContentType

The workflow content type NULL if unknown enum value.

Property Value

WorkflowContentType?

See Also

WorkflowContentInfo.WorkflowContentType_String

WorkflowContentType_String

The workflow content type Raw string enum value.

Property Value

string

See Also

WorkflowContentInfo.WorkflowContentType

See Also

WorkflowAgent