Show / Hide Table of Contents

Enum Connection.GetJobForm_FieldInclusionType_Enum

Options defining which fields should be included or excluded in the returned form's FieldValues collection.

Namespace: Moraware.JobTrackerAPI5
Assembly: JobTrackerAPI5.dll
Syntax
public enum GetJobForm_FieldInclusionType_Enum

Fields

Name Description
AllFields

All fields will be included in the field values collection, whether or not they've been assigned values.

ExcludeEmptyFields

Fields without values will not be included in the field values collection.

NoFields

No field values will be included.

Back to top Generated by DocFX