Class InboxFileAttachmentRequest
File attachment request for a workflow inbox task.
public sealed class InboxFileAttachmentRequest
- Inheritance
-
InboxFileAttachmentRequest
- Inherited Members
Properties
Content
public Stream Content { get; set; }
Property Value
ContentType
public string ContentType { get; set; }
Property Value
FieldKey
public string FieldKey { get; set; }
Property Value
FileName
public string FileName { get; set; }
Property Value
SizeBytes
public long? SizeBytes { get; set; }
Property Value
- long?
TaskId
public string TaskId { get; set; }