Click or drag to resize

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
Syntax
public 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
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
project_uuid
Type: SystemString
Project UUID
cache_path
Type: SystemString
Returned cache path
See Also