←Select platform

MetadataScope Enumeration

Summary

An enumeration used to specify if a metadata operation applies to All metadata, Existing metadata only, or Missing metadata only

Syntax
C#
VB
C++
public enum MetadataScope 
Public Enum MetadataScope 
public: 
   enum class MetadataScope sealed 
Members
ValueMemberDescription
0AllThe metadata method applies to All possible metadata.
1MissingThe metadata method applies to Missing metadata.
2ExistingThe metadata method applies to Existing metadata.
Remarks

The MetadataScope enumeration is used in the following methods:

Example

For an example, refer to IStorageDataAccessAgent4.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.