ILocalizationServiceGetChecksum Method

Gets a checksum corresponding to the localization strings for the specified module.

Namespace: Dundas.BI
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
string GetChecksum(
	Guid? moduleId
)

Parameters

moduleId  NullableGuid
The ID of the module, or to get the checksum for all modules.

Return Value

String
The checksum.
Exceptions
ExceptionCondition
ArgumentExceptionmoduleId is Empty.
Remarks
This method is intended to be used for helping to know when a cache of localization strings may need to be invalidated.
See Also