SynchronizationEngineHostGetFolderSizeAsync Method |
Returns the size of a folder and all nested sub-folders.
Namespace: Oracle.Cloud.Mobile.SynchronizationAssembly: Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic abstract Task<long> GetFolderSizeAsync(
string folderPath
)
Public MustOverride Function GetFolderSizeAsync (
folderPath As String
) As Task(Of Long)
public:
virtual Task<long long>^ GetFolderSizeAsync(
String^ folderPath
) abstract
abstract GetFolderSizeAsync :
folderPath : string -> Task<int64>
Parameters
- folderPath
- Type: SystemString
The path to the folder.
Return Value
Type:
TaskInt64The size of the folder.
See Also