 | CEVOOBJMETAiGetSourceChecksum Method (String) |
Return the source file checksum stored at publish time.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2026.1.0.24
Syntaxpublic void iGetSourceChecksum(
ref string checksum
)
public void iGetSourceChecksum(
ref string checksum
)
Public Sub iGetSourceChecksum (
ByRef checksum As String
)
Public Sub iGetSourceChecksum (
ByRef checksum As String
)
public:
void iGetSourceChecksum(
String^% checksum
)
public:
void iGetSourceChecksum(
String^% checksum
)
member iGetSourceChecksum :
checksum : string byref -> unit
member iGetSourceChecksum :
checksum : string byref -> unit
Parameters
- checksum
- Type: SystemString
SHA-256 checksum hex string of the source file
Remarks
Returns the SHA-256 checksum of the local source file (e.g. the Geosoft grid file)
that was computed when the object was last published to the Evo workspace.
Returns an empty string if no checksum has been stored.
The checksum is stored in the metadata JSON via Create_EVOOBJMETA and
is not modifiable through a setter — to update it, create a new EVOOBJMETA
from an updated JSON string that includes the source_checksum field.
See Also