Click or drag to resize

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
Syntax
public static void GetPublishPathForCentral(
	string project_uuid,
	ref string cache_path
)

public static void GetPublishPathForCentral(
	string project_uuid,
	ref string cache_path
)

Parameters

project_uuid
Type: SystemString
Project UUID
cache_path
Type: SystemString
Returned cache path
See Also