You are here

getDocumentLibrary

public Folder getDocumentLibrary(Site site) returns the document library folder for the specified site.

Parameters

Site site
A Site object representing the site whose document library folder is to be returned.

Returns

Returns a Folder object representing the document library folder of the specified site.

Exception

Throws an SkyVaultServiceException if the operation cannot be carried out.

Example


  Log.d(TAG, "getDocumentLibrary: "+siteService.getDocumentLibrary(site).getName());