Class EnterpriseProject
Inheritance
System.Object
EnterpriseProject
Assembly: Crowdin.Api.dll
Syntax
public class EnterpriseProject : ProjectBase
Properties
|
Improve this Doc
View Source
Background
Declaration
public string Background { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ExternalType
Declaration
public ProjectExternalType? ExternalType { get; set; }
Property Value
|
Improve this Doc
View Source
GroupId
Declaration
public int GroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
HasCrowdSourcing
Declaration
public bool HasCrowdSourcing { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsExternal
Declaration
public bool IsExternal { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
WorkflowId
Declaration
public int WorkflowId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|