get_folder_sync
Description:
[ Version ( since = "3.0" ) ]
public virtual Folder? get_folder_sync (string folder_name, StoreGetFolderFlags flags, Cancellable? cancellable = null) throws Error
public virtual Folder? get_folder_sync (string folder_name, StoreGetFolderFlags flags, Cancellable? cancellable = null) throws Error
Gets a specific folder object from this by name.
Parameters:
this |
a Store |
folder_name |
name of the folder to get |
flags |
folder flags (create, save body index, etc) |
cancellable |
optional Cancellable object, or null |
Returns:
the requested Folder object, or null on error |