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:
C#
public enum PortfolioFieldType
Fields
The field data is the creation date of the embedded file.
C#
CreationDate = 6
A date field. The field data is stored as a date.
C#
Date = 1
The field data is the description of the embedded file stream.
C#
Description = 4
The field data is the file name of the embedded file stream.
C#
FileName = 3
The field data is the modification date of the embedded file.
C#
ModificationDate = 5
A number field. The field data is stored as a number.
C#
Number = 2
The field data is the size of the embedded file.
C#
Size = 7
A text field. The field data is stored as a text string.
C#
Text = 0