MyLibraryService Members CTCT Wrapper Documented Class Library

The MyLibraryService type exposes the following members.
Constructors

  NameDescription
Public methodMyLibraryService
Initializes a new instance of the MyLibraryService class
Back to Top
Methods

  NameDescription
Public methodAddLibraryFilesMultipart
Add files using the multipart content-type
Public methodAddLibraryFolder
Add new folder to MyLibrary
Public methodDeleteLibraryFile
Delete a specific file
Public methodDeleteLibraryFolder
Delete a specific folder
Public methodDeleteLibraryTrashFiles
Delete files in Trash folder
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLibraryFile
Get file after id
Public methodGetLibraryFiles
Get files
Public methodGetLibraryFilesByFolder
Get files from a specific folder
Public methodGetLibraryFileUploadStatus
Get status for an upload file
Public methodGetLibraryFolder
Get a folder by Id
Public methodGetLibraryFolders
Get all existing MyLibrary folders
Public methodGetLibraryInfo
Get MyLibrary usage information
Public methodGetLibraryTrashFiles
Get files from Trash folder
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMoveLibraryFile
Move files to a different folder
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodUpdateLibraryFile
Update a specific file
Public methodUpdateLibraryFolder
Update name and parent_id for a specific folder
Back to Top
Properties

  NameDescription
Public propertyRestClient
Get the rest client being used by the service.
(Inherited from BaseService.)
Back to Top
See Also