Click or drag to resize

CloudServiceFunctionsMakePublicItem Constructor

Initializes a new instance of the CloudServiceFunctionsMakePublicItem class

Namespace: NeoAxis.Networking
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public MakePublicItem(
	string path,
	bool isDirectory
)

Parameters

path  String
 
isDirectory  Boolean
 
See Also