The MyLibraryService type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | MyLibraryService | Initializes a new instance of the MyLibraryService class |
Methods
Name | Description | |
---|---|---|
![]() | AddLibraryFilesMultipart |
Add files using the multipart content-type
|
![]() | AddLibraryFolder |
Add new folder to MyLibrary
|
![]() | DeleteLibraryFile |
Delete a specific file
|
![]() | DeleteLibraryFolder |
Delete a specific folder
|
![]() | DeleteLibraryTrashFiles |
Delete files in Trash folder
|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetLibraryFile |
Get file after id
|
![]() | GetLibraryFiles |
Get files
|
![]() | GetLibraryFilesByFolder |
Get files from a specific folder
|
![]() | GetLibraryFileUploadStatus |
Get status for an upload file
|
![]() | GetLibraryFolder |
Get a folder by Id
|
![]() | GetLibraryFolders |
Get all existing MyLibrary folders
|
![]() | GetLibraryInfo |
Get MyLibrary usage information
|
![]() | GetLibraryTrashFiles |
Get files from Trash folder
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MoveLibraryFile |
Move files to a different folder
|
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
![]() | UpdateLibraryFile |
Update a specific file
|
![]() | UpdateLibraryFolder |
Update name and parent_id for a specific folder
|
Properties
Name | Description | |
---|---|---|
![]() | RestClient |
Get the rest client being used by the service.
(Inherited from BaseService.) |
See Also