Enum
PortfolioFieldType

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.

Declaration

cs-api-definition
CreationDate = 6

Field Value

PortfolioFieldType

Date

A date field. The field data is stored as a date.

Declaration

cs-api-definition
Date = 1

Field Value

PortfolioFieldType

Description

The field data is the description of the embedded file stream.

Declaration

cs-api-definition
Description = 4

Field Value

PortfolioFieldType

FileName

The field data is the file name of the embedded file stream.

Declaration

cs-api-definition
FileName = 3

Field Value

PortfolioFieldType

ModificationDate

The field data is the modification date of the embedded file.

Declaration

cs-api-definition
ModificationDate = 5

Field Value

PortfolioFieldType

Number

A number field. The field data is stored as a number.

Declaration

cs-api-definition
Number = 2

Field Value

PortfolioFieldType

Size

The field data is the size of the embedded file.

Declaration

cs-api-definition
Size = 7

Field Value

PortfolioFieldType

Text

A text field. The field data is stored as a text string.

Declaration

cs-api-definition
Text = 0

Field Value

PortfolioFieldType