Method | Description | |
---|---|---|
BoxStorageProvider ( |
||
GetChildrenByParentItem ( StorageProviderItem parent ) : Task |
||
GetRootItem ( ) : Task |
||
IsFilenameValid ( string filename ) : bool | ||
Load ( string path ) : Task |
||
Save ( Stream stream, string path ) : Task |
Method | Description | |
---|---|---|
GetApi ( ) : Task |
public BoxStorageProvider ( |
||
account | ||
return | System |
public GetChildrenByParentItem ( StorageProviderItem parent ) : Task |
||
parent | StorageProviderItem | |
return | Task |
public IsFilenameValid ( string filename ) : bool | ||
filename | string | |
return | bool |
public Save ( Stream stream, string path ) : Task |
||
stream | Stream | |
path | string | |
return | Task |