ILocalizationServiceGetChecksum Method |
Gets a checksum corresponding to the localization strings for the specified module.
Namespace: Dundas.BIAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 NullableGuid
- The ID of the module, or to get the checksum for all modules.
Return Value
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