The MyLibraryFile type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | MyLibraryFile |
Class contructor
|
Methods
Name | Description | |
---|---|---|
![]() | 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.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToJSON |
Serialize an object to JSON.
(Inherited from Component.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | CreatedDate |
Gets or sets the created date
(Inherited from BaseLibrary.) |
![]() | Description |
Gets or sets the description of the file
|
![]() | FileType |
Gets or sets the source of the original file
|
![]() | Folder |
Gets or sets the name of the folder the file is in
|
![]() | FolderId |
Gets or sets the id of the folder the file is in
|
![]() | Height |
Gets or sets the height in pixels of the image
|
![]() | Id |
Gets or sets the id
(Inherited from BaseLibrary.) |
![]() | IsImage |
Gets or sets whether the file is an image (true) or not (false)
|
![]() | ModifiedDate |
Gets or sets the modified date
(Inherited from BaseLibrary.) |
![]() | Name |
Gets or sets the name of the library item
(Inherited from BaseLibrary.) |
![]() | Size |
Gets or sets the size of the file (in bytes)
|
![]() | Source |
Gets or sets the source of the original file
|
![]() | Status |
Gets or sets the file status
|
![]() | Thumbnail |
Gets or sets the thumbnail image of the file
|
![]() | Url |
Gets or sets the url of the file
|
![]() | Width |
Gets or sets the width (in pixels) of the image
|
See Also