Click or drag to resize

CDOCUGetFileMeta Method

Get the document and place in a file with metadata.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetFileMeta(
	string file
)

public void GetFileMeta(
	string file
)

Parameters

file
Type: SystemString
File to which to write document
Remarks
If this document is only a URL link, the URL link will be resolved and the document downloaded from the appropriate server using the protocol specified. The document has metadata, and the native document does not support metadata, the metadata will be placed in an associated file "filename.extension.GeosoftMeta"
See Also