Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 673 Bytes

File metadata and controls

28 lines (14 loc) · 673 Bytes

FileStatus

[0 - None, 1 - Is editing, 2 - Is new, 4 - Is converting, 8 - Is original, 16 - Is editing alone, 32 - Is favorite, 64 - Is template, 128 - Is fill form draft, 256 - Is completed form]

Enum

  • None (value: 0)

  • IsEditing (value: 1)

  • IsNew (value: 2)

  • IsConverting (value: 4)

  • IsOriginal (value: 8)

  • IsEditingAlone (value: 16)

  • IsFavorite (value: 32)

  • IsTemplate (value: 64)

  • IsFillFormDraft (value: 128)

  • IsCompletedForm (value: 256)

[Back to Model list] [Back to API list] [Back to README]