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