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 (25.3.0.1000)
Syntaxstring GetChecksum(
	Guid? moduleId
)
Function GetChecksum ( 
	moduleId As Guid?
) As String
String^ GetChecksum(
	Nullable<Guid> moduleId
)
abstract GetChecksum : 
        moduleId : Nullable<Guid> -> string 
Parameters
- moduleId
 - Type: SystemNullableGuid
The ID of the module, or  to get the checksum for all modules. 
Return Value
Type: 
StringThe checksum.
Exceptions
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