Class WMProjectArgs
Arguments passed to REST API to specify a WMProject instance.
Inherited Members
Namespace: Quantellia.WMServer.Workflow
Assembly: WMServer.dll
Syntax
public class WMProjectArgs
Properties
assets
Assets associated with this Project.
Declaration
public IEnumerable<WMProjectAsset> assets { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<WMProjectAsset> |
createdBy
ID of the User who created this Project
Declaration
public string createdBy { get; set; }
Property Value
Type | Description |
---|---|
string |
createdDate
Date on which this Project was created
Declaration
public DateTime createdDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
documentation
ID of the User that last updated this Project
Declaration
public string? documentation { get; set; }
Property Value
Type | Description |
---|---|
string |
documentationMIMEType
ID of the User that last updated this Project
Declaration
public string? documentationMIMEType { get; set; }
Property Value
Type | Description |
---|---|
string |
id
ID of the Project. Should be a UUID.
Declaration
public string id { get; set; }
Property Value
Type | Description |
---|---|
string |
lastUpdatedBy
ID of the User that last updated this Project
Declaration
public string lastUpdatedBy { get; set; }
Property Value
Type | Description |
---|---|
string |
lastUpdatedDate
Date on which this Project was last updated.
Declaration
public DateTime lastUpdatedDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
name
Name of the Project
Declaration
public string name { get; set; }
Property Value
Type | Description |
---|---|
string |
summary
Short summary of the project
Declaration
public string? summary { get; set; }
Property Value
Type | Description |
---|---|
string |