 | 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
Syntaxpublic void GetFileMeta(
string file
)
public void GetFileMeta(
string file
)
Public Sub GetFileMeta (
file As String
)
Public Sub GetFileMeta (
file As String
)
public:
void GetFileMeta(
String^ file
)
public:
void GetFileMeta(
String^ file
)
member GetFileMeta :
file : string -> unit
member GetFileMeta :
file : string -> unit
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