Click or drag to resize

RepositoryLocalGetFilesToGet Method

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static bool GetFilesToGet(
	Dictionary<string, ClientNetworkService_FileSyncFileInfo> filesOnServer,
	out string[] filesToDownload,
	out string[] filesToDelete,
	out string error
)

Parameters

filesOnServer
Type: System.Collections.GenericDictionaryString, ClientNetworkService_FileSyncFileInfo
filesToDownload
Type: SystemString
filesToDelete
Type: SystemString
error
Type: SystemString

Return Value

Type: Boolean
See Also