DocumentNumOfContainerItems Property |
If document is a supported container format this property holds the number of container child items.
Namespace: OpenDiscoverSDK.Interfaces.PlatformAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[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