IPluginManagerVerifyMetadataCategory Method |
Verifies whether a given metadata belongs to a given category.
Namespace: RAYLASE.MarkerAssembly: RAYLASE.Marker (in RAYLASE.Marker.dll) Version: 2.19.0
Syntaxbool VerifyMetadataCategory(
Metadata metadata,
Type categoryType
)
Parameters
- metadata Metadata
- The metadata.
- categoryType Type
- The category type.
Return Value
BooleanTrue, if the metadata belongs to the category.
See Also