Click or drag to resize
Value Properties

The Value type exposes the following members.

Properties
  Name Description
Public property Attributes
Gets or sets a collection of attributes for the value.
Public property DataType
Gets or sets the data type of the value's content.
Public property Id
Gets the unique identifier of the value.
Public property IdPath
Gets or sets the path of the value with each node containing the value's unique identifier.
Public property LanguageId
Deprecated.
Public property Name
Gets or sets the name of the value.
Public property Path
Gets or sets the path of the value with each node containing the value's name.
Public property Reference
Gets a value indicating if the value and its sub values can have a different structure across languages.
Public property Searchable
Gets or sets a value indicating if the value can be indexed and searched by an index value filter.
Public property SubValues
Gets or sets a collection of sub values on the value.
Public property ValueContent
Gets or sets the content of the value in the data type specified by DataType.
Top
See Also