Enum CustomFieldType
Enum CustomFieldType
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Specifies the type of a custom field.
public enum CustomFieldType
Fields
Cost = 1
Indicates Cost custom field type.
Date = 2
Indicates Date custom field type.
Duration = 3
Indicates Duration custom field type.
Finish = 4
Indicates Finish custom field type.
Flag = 5
Indicates Flag custom field type.
Null = 0
Indicates Null custom field type.
Number = 6
Indicates Number custom field type.
OutlineCode = 9
Indicates Outline Code custom field type.
RBS = 10
Indicates RBS (Resource Breakdown Structure) custom field type.
Start = 7
Indicates Start custom field type.
Text = 8
Indicates Text custom field type.