Show / Hide Table of Contents

Class WMProjectArgs

Arguments passed to REST API to specify a WMProject instance.

Inheritance
object
WMProjectArgs
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE