> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.WorkflowContentInfo

# <a id="SuperOffice_WebApi_Data_WorkflowContentInfo" /> Class WorkflowContentInfo

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Carrier object for WorkflowContentInfo.
Info about workflow content like messages, forms and links.

```csharp theme={null}
public class WorkflowContentInfo : Carrier
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Carrier](SuperOffice.WebApi.Data.Carrier.md) ←
[WorkflowContentInfo](SuperOffice.WebApi.Data.WorkflowContentInfo.md)

#### Inherited Members

[Carrier.TableRight](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_TableRight),
[Carrier.FieldProperties](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_FieldProperties),
[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_WorkflowContentInfo__ctor" /> WorkflowContentInfo()

Default constructor - defaults any enum props to 0.

```csharp theme={null}
public WorkflowContentInfo()
```

## Properties

### <a id="SuperOffice_WebApi_Data_WorkflowContentInfo_Actions" /> Actions

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

```csharp theme={null}
public virtual bool Actions { get; set; }
```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="SuperOffice_WebApi_Data_WorkflowContentInfo_Id" /> Id

The id of the content row.

```csharp theme={null}
public virtual int Id { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_WorkflowContentInfo_WorkflowContentType" /> WorkflowContentType

The workflow content type
NULL if unknown enum value.

```csharp theme={null}
[JsonIgnore]
public WorkflowContentType? WorkflowContentType { get; set; }
```

#### Property Value

[WorkflowContentType](SuperOffice.WebApi.Data.WorkflowContentType.md)?

#### See Also

[WorkflowContentInfo](SuperOffice.WebApi.Data.WorkflowContentInfo.md).[WorkflowContentType\_String](SuperOffice.WebApi.Data.WorkflowContentInfo.md#SuperOffice_WebApi_Data_WorkflowContentInfo_WorkflowContentType_String)

### <a id="SuperOffice_WebApi_Data_WorkflowContentInfo_WorkflowContentType_String" /> WorkflowContentType\_String

The workflow content type
Raw string enum value.

```csharp theme={null}
[JsonProperty("WorkflowContentType")]
public string WorkflowContentType_String { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

#### See Also

[WorkflowContentInfo](SuperOffice.WebApi.Data.WorkflowContentInfo.md).[WorkflowContentType](SuperOffice.WebApi.Data.WorkflowContentInfo.md#SuperOffice_WebApi_Data_WorkflowContentInfo_WorkflowContentType)

## See Also

[WorkflowAgent](SuperOffice.WebApi.Agents.WorkflowAgent.md)


## Related topics

- [SuperOffice.WebApi.Data.EmailFlow](/en/api/reference/webapi/SuperOffice.WebApi.Data.EmailFlow.md)
- [SuperOffice.WebApi.Data](/en/api/reference/webapi/SuperOffice.WebApi.Data.md)
- [SuperOffice.WebApi.Data.WorkflowContentType](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowContentType.md)
- [SuperOffice.WebApi.Data.Workflow ConnectEmailFlowContentRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Workflow_ConnectEmailFlowContentRequest.md)
- [SuperOffice.WebApi.Data.Workflow CopyEmailFlowContentRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Workflow_CopyEmailFlowContentRequest.md)
- [SuperOffice.WebApi.Data.Workflow CreateEmailFlowContentRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Workflow_CreateEmailFlowContentRequest.md)
