MetadataObject Methods

Include Protected Members
Include Inherited Members

NOTE: This API is now obsolete.

The MetadataObject type exposes the following members.

Methods

  Name Description
Public method ContainsLocalizedDisplayName Obsolete. Indicates whether the metadata object contains a localized display name.
Public method Delete Obsolete. When overridden in a derived class, deletes the metadata object and all of its children.
Protected method DeleteInternal Obsolete. When overridden in a derived class, deletes the metadata object and all of its children as per the specified SQL command.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method IsPrimitive Obsolete. Indicates whether the metadata object is of the specified primitive type.
Protected method MemberwiseClone (Inherited from Object.)
Public method Read Obsolete. When overridden in a derived class, reads the metadata object from the metadata repository and creates an object.
Protected method ReadInternal Obsolete. When overridden in a derived class, reads the metadata object from the metadata repository and creates an object.
Protected methodStatic member ResolveInvalidAttribute Obsolete. Reserved for internal use.
Protected methodStatic member ResolveInvalidElement Obsolete. Reserved for internal use.
Protected methodStatic member ResolveMissingAttribute Obsolete. Reserved for internal use.
Protected methodStatic member ResolveMissingElement Obsolete. Reserved for internal use.
Public method ToString (Inherited from Object.)
Public method Update Obsolete. Updates the metadata object in the repository.
Protected method UpdateInternal Obsolete. Updates the metadata object in the repository with the specified SQL command.
Public method WriteXml Obsolete. Writes the specified XML fragment in the metadata repository.
Public method WriteXmlLocalizedNames Obsolete. Writes the specified XML fragment containing localized names in the metadata repository.
Public method WriteXmlProperties Obsolete. Writes the specified XML fragment containing properties in the metadata repository.

Top

See Also

Reference

MetadataObject Class

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace