Click or drag to resize

ServerNetworkService_FileSyncCanSendFileToClient Method

Namespace:  NeoAxis.Networking
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static bool CanSendFileToClient(
	CloudProjectProjectSettingsCache projectSettingsCache,
	bool edit,
	ServerNetworkService_FileSyncFileInfo fileInfo,
	out string newFileName,
	out bool clearFile
)

Parameters

projectSettingsCache
Type: NeoAxis.NetworkingCloudProjectProjectSettingsCache
edit
Type: SystemBoolean
fileInfo
Type: NeoAxis.NetworkingServerNetworkService_FileSyncFileInfo
newFileName
Type: SystemString
clearFile
Type: SystemBoolean

Return Value

Type: Boolean
See Also