DocumentNumOfContainerItems Property

If document is a supported container format this property holds the number of container child items.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public int? NumOfContainerItems { get; set; }

Property Value

NullableInt32

Remarks

This property is a convienence property and holds the metadata field NumOfContainerItems, if it exists. This property will not be set if ProcessingMode is set to IdentificationOnly because no metadata except for file system metadata is set in this processing mode.

See Also