Click or drag to resize
GDStorageFolderGetParentAsync Method
Gets the parent folder of the current folder.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public IAsyncOperation<GDStorageFolder> GetParentAsync()

Return Value

Type: IAsyncOperationGDStorageFolder
When this method completes, it returns the parent folder as a GDStorageFolder.

Implements

IGDStorageItem2GetParentAsync
Exceptions
ExceptionCondition
AccessDeniedException(C# equivalent: System.UnauthorizedAccessException) Secure storage was remotely wiped.
Remarks
Calling GetParentAsync on SDK Secure Storage root folder will result in returning null.
See Also