EnumPortfolioFieldType
Enum
Specifies the type of data stored in a portfolio collection field.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Collections
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
cs-api-definition
public enum PortfolioFieldType
Fields
CreationDate
The field data is the creation date of the embedded file.
Date
A date field. The field data is stored as a date.
Description
The field data is the description of the embedded file stream.
FileName
The field data is the file name of the embedded file stream.
ModificationDate
The field data is the modification date of the embedded file.
Number
A number field. The field data is stored as a number.
Size
The field data is the size of the embedded file.
Text
A text field. The field data is stored as a text string.