Click or drag to resize

MetadataWriterGetModuleKey Method

Gets the ModuleKey for the specified object of the specified type. Generally the ModuleKey is the same as the objID, however, for certain cases (namely application and culture) the ModuleKey will be different.

Namespace:  NetQuarry.Metadata
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string GetModuleKey(
	string objType,
	string objID
)

Parameters

objType
Type: SystemString
The object type of the object for which to obtain the ModuleKey.
objID
Type: SystemString
The object for which to obtain the ModuleKey.

Return Value

Type: String
The corresponding ModuleKey.
See Also