MyLibraryFile Members CTCT Wrapper Documented Class Library

The MyLibraryFile type exposes the following members.
Constructors

  NameDescription
Public methodMyLibraryFile
Class contructor
Back to Top
Methods

  NameDescription
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 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 methodToJSON
Serialize an object to JSON.
(Inherited from Component.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Back to Top
Properties

  NameDescription
Public propertyCreatedDate
Gets or sets the created date
(Inherited from BaseLibrary.)
Public propertyDescription
Gets or sets the description of the file
Public propertyFileType
Gets or sets the source of the original file
Public propertyFolder
Gets or sets the name of the folder the file is in
Public propertyFolderId
Gets or sets the id of the folder the file is in
Public propertyHeight
Gets or sets the height in pixels of the image
Public propertyId
Gets or sets the id
(Inherited from BaseLibrary.)
Public propertyIsImage
Gets or sets whether the file is an image (true) or not (false)
Public propertyModifiedDate
Gets or sets the modified date
(Inherited from BaseLibrary.)
Public propertyName
Gets or sets the name of the library item
(Inherited from BaseLibrary.)
Public propertySize
Gets or sets the size of the file (in bytes)
Public propertySource
Gets or sets the source of the original file
Public propertyStatus
Gets or sets the file status
Public propertyThumbnail
Gets or sets the thumbnail image of the file
Public propertyUrl
Gets or sets the url of the file
Public propertyWidth
Gets or sets the width (in pixels) of the image
Back to Top
See Also