Returns the count of existing, missing, or all XML metadata records in a database.
public int GetCountMetadataXml(
MetadataScope scope
)
scope
An enumeration that specifies if the count is for existing, missing, or all XML metadata records.
The count of existing, missing, or all XML metadata records in a database.
The database contains :
MetadataXml table that stores XML metadata for all instances
If scope is MetadataScope.All then GetCountMetadataXml returns the count of instances in the Instance table.
If scope is MetadataScope.Existing then GetCountMetadataXml returns (count of instances in the MetadataXml table)
If scope is MetadataScope.Missing then GetCountMetadataXml returns (count of instances in the Instance table) minus (count of instances in the MetadataXml table)
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document