Click or drag to resize

IPluginManagerVerifyMetadataCategory Method

Verifies whether a given metadata belongs to a given category.

Namespace: RAYLASE.Marker
Assembly: RAYLASE.Marker (in RAYLASE.Marker.dll) Version: 2.19.0
Syntax
C#
bool VerifyMetadataCategory(
	Metadata metadata,
	Type categoryType
)

Parameters

metadata  Metadata
The metadata.
categoryType  Type
The category type.

Return Value

Boolean
True, if the metadata belongs to the category.
See Also