Sitecore 5.1.1 API

DatabaseProperties Methods

The methods of the DatabaseProperties class are listed below. For a complete list of DatabaseProperties class members, see the DatabaseProperties Members topic.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetDateValue (inherited from PropertiesBase) Gets a date value.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetIntValue (inherited from PropertiesBase) Gets an integer value.
GetLastPublishDate Gets the last publish date.
GetType (inherited from Object) Gets the Type of the current instance.
Remove (inherited from PropertiesBase) Removes a value with the specified name.
RemovePrefix (inherited from PropertiesBase) Removes all values which names have the specified prefix.
SetDateValue (inherited from PropertiesBase) Sets a date value.
SetIntValue (inherited from PropertiesBase) Sets an integer value.
SetLastPublishDate Sets the last publish date.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

DatabaseProperties Class | Sitecore.Data Namespace