Click or drag to resize

Int32ListProperty Class

Represents a list of Int32 values document metadata property.
Inheritance Hierarchy
SystemObject
  OpenDiscoverSDK.Interfaces.ContentDocumentPropertyBaseListInt32
    OpenDiscoverSDK.Interfaces.ContentInt32ListProperty

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataContractAttribute]
[KnownTypeAttribute(typeof(DocumentPropertyBase<List<int>>))]
public class Int32ListProperty : DocumentPropertyBase<List<int>>

The Int32ListProperty type exposes the following members.

Constructors
 NameDescription
Public methodInt32ListProperty Constructor.
Public methodInt32ListProperty(ListInt32) Constructor.
Top
Properties
 NameDescription
Public propertyIsUserDefined If true, this property is a user-defined (custom) property.
(Inherited from DocumentPropertyBaseT)
Public propertyPropertyType Property data type.
(Inherited from DocumentPropertyBaseT)
Public propertyStringValue Gets the property values as a string.
(Overrides DocumentPropertyBaseTStringValue)
Public propertyValue Property value.
(Inherited from DocumentPropertyBaseT)
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also