PXC_CollectionFieldType Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(One intermediate revision by the same user not shown) | |||
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}} | ||
Line 47: | Line 47: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_CollectionSchema_AddField|IPXC_CollectionSchema::AddField]], [[PXV:IPXC_CollectionSchema_GetFieldInfoByIndex|IPXC_CollectionSchema::GetFieldInfoByIndex]], [[PXV:IPXC_CollectionSchema_GetFieldInfoByName|IPXC_CollectionSchema::GetFieldInfoByName]], [[PXV:IPXC_CollectionSchema_GetFieldInfoByOrder|IPXC_CollectionSchema::GetFieldInfoByOrder]] |
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