You are here

getParentFolder

public Folder getParentFolder(Node node) returns the parent folder object.

Parameters

Node node
A Node object representing the folder whose parent is to be returned.

Returns

Returns a Folder object representing parent folder of the specified node.

Exception

Throws an SkyVaultServiceException if the operation cannot be completed.

Example