|
CFx SDK Documentation 2026 SP0
|
Enumerations | |
| enum | ColumnType { kString , kDate , kNumber , kFileName , kDescription , kModDate , kCreationDate , kSize , kCompressedSize } |
| enum | InitialView { kTileMode , kDetailMode } |
| enum | SortOrder { kUnsorted , kAscending , kDescending } |
Contains declarations for handling collection within Publish SDK.
Enumeration that defines the types of columns in the collection.
| Enumerator | |
|---|---|
| kString | Text type for columns in the collection. |
| kDate | Date type for columns in the collection. |
| kNumber | Number type for columns in the collection. |
| kFileName | File name type for columns in the collection. |
| kDescription | Description type for columns in the collection. |
| kModDate | Modification date type for columns in the collection. |
| kCreationDate | Creation date type for columns in the collection. |
| kSize | File size type for columns in the collection. |
| kCompressedSize | File compressed size type for columns in the collection. |
Definition at line 770 of file PdfPublishCommon.h.
Enumeration that defines the types of initial view for the collection.
Definition at line 795 of file PdfPublishCommon.h.
Enumeration that defines the types of sort for column items in the collection.
| Enumerator | |
|---|---|
| kUnsorted | Items are unsorted. |
| kAscending | Items are sorted in ascending order. |
| kDescending | Items are sorted in descending order. |
Definition at line 806 of file PdfPublishCommon.h.