PXC_CollectionFieldType Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXC_CollectionFieldType Enumeration}} | {{#customTitle:PXC_CollectionFieldType Enumeration}} | ||
− | {{#parentPage:PXV:PXC_Enumerations|PXC_CollectionFieldType | + | {{#parentPage:PXV:PXC_Enumerations|PXC_CollectionFieldType|enum}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} |
Latest revision as of 09:35, 23 May 2015
Specifies the ...
Syntax
enum PXC_CollectionFieldType |
{ |
CFType_Unknown = -1, |
CFType_String = 0, |
CFType_Date = 1, |
CFType_Number = 2, |
CFType_FileName = 3, |
CFType_Description = 4, |
CFType_ModificationDate = 5, |
CFType_CreationDate = 6, |
CFType_Size = 7, |
CFType_CompressedSize = 8, |
}; |
Constants
- CFType_Unknown
- The ...
- CFType_String
- The ...
- CFType_Date
- The ...
- CFType_Number
- The ...
- CFType_FileName
- The ...
- CFType_Description
- The ...
- CFType_ModificationDate
- The ...
- CFType_CreationDate
- The ...
- CFType_Size
- The ...
- CFType_CompressedSize
- The ...
See Also
IPXC_CollectionSchema::AddField, IPXC_CollectionSchema::GetFieldInfoByIndex, IPXC_CollectionSchema::GetFieldInfoByName, IPXC_CollectionSchema::GetFieldInfoByOrder