 | CSYSGetPublishPathForCentral Method (String, String) |
Get cache path to publish datasets to Central
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void GetPublishPathForCentral(
string project_uuid,
ref string cache_path
)
public static void GetPublishPathForCentral(
string project_uuid,
ref string cache_path
)
Public Shared Sub GetPublishPathForCentral (
project_uuid As String,
ByRef cache_path As String
)
Public Shared Sub GetPublishPathForCentral (
project_uuid As String,
ByRef cache_path As String
)
public:
static void GetPublishPathForCentral(
String^ project_uuid,
String^% cache_path
)
public:
static void GetPublishPathForCentral(
String^ project_uuid,
String^% cache_path
)
static member GetPublishPathForCentral :
project_uuid : string *
cache_path : string byref -> unit
static member GetPublishPathForCentral :
project_uuid : string *
cache_path : string byref -> unit
Parameters
- project_uuid
- Type: SystemString
Project UUID - cache_path
- Type: SystemString
Returned cache path
See Also