[ Version ( since = "3.0" ) ]
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.
| 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 |
|
the requested Folder object, or null on error |