The Bookmark type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
Equals |
Gets a value indicating whether the specified object is equal or not.
(Overrides Object Equals(Object).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode |
Gets the hash code.
(Overrides Object GetHashCode .) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Author |
Gets the author of the bookmark.
| |
Components |
Gets the components included in this bookmark.
| |
Id |
Gets the id of the bookmark.
| |
IsPublic |
Gets a value indicating whether the bookmark is public or not.
| |
Modified |
Gets the date when the bookmark was last modified.
| |
Name |
Gets the name of the bookmark.
|
See Also