Open this page in the API Guide

ILocalizationService.GetChecksum 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 (25.1.0.1000)
Syntax
string GetChecksum(
	Guid? moduleId
)

Parameters

moduleId
Type: System.Nullable<Guid>
The ID of the module, or null to get the checksum for all modules.

Return Value

Type: 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