←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#
public enum MetadataScope 

Members

ValueMemberDescription
0AllThe metadata method applies to All possible metadata.
1MissingThe metadata method applies to Missing metadata.
2ExistingThe metadata method applies to Existing metadata.

Example

For an example, refer to IStorageDataAccessAgent4.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly