 | CSYSGetPublishPathForCentral Method (String, String, Int32) |
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,
int cache_path_size
)
public static void GetPublishPathForCentral(
string project_uuid,
ref string cache_path,
int cache_path_size
)
Public Shared Sub GetPublishPathForCentral (
project_uuid As String,
ByRef cache_path As String,
cache_path_size As Integer
)
Public Shared Sub GetPublishPathForCentral (
project_uuid As String,
ByRef cache_path As String,
cache_path_size As Integer
)
public:
static void GetPublishPathForCentral(
String^ project_uuid,
String^% cache_path,
int cache_path_size
)
public:
static void GetPublishPathForCentral(
String^ project_uuid,
String^% cache_path,
int cache_path_size
)
static member GetPublishPathForCentral :
project_uuid : string *
cache_path : string byref *
cache_path_size : int -> unit
static member GetPublishPathForCentral :
project_uuid : string *
cache_path : string byref *
cache_path_size : int -> unit
Parameters
- project_uuid
- Type: SystemString
Project UUID - cache_path
- Type: SystemString
Returned cache path - cache_path_size
- Type: SystemInt32
Size of cache path
See Also