Click or drag to resize
SynchronizationEngineHostGetFolderSizeAsync Method
Returns the size of a folder and all nested sub-folders.

Namespace: Oracle.Cloud.Mobile.Synchronization
Assembly: Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public abstract Task<long> GetFolderSizeAsync(
	string folderPath
)

Parameters

folderPath
Type: SystemString
The path to the folder.

Return Value

Type: TaskInt64
The size of the folder.
See Also