MetadataObject Members
Include Protected Members
Include Inherited Members
Represents the basic object that is used to hold information about data.
The MetadataObject type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MetadataObject | Initializes a new instance of the class. |
Top
Properties
Name | Description | |
---|---|---|
DefaultDisplayName | Gets or sets the default display name. | |
Id | Gets the identifier of the MetadataObject object. | |
IsCached | Indicates whether the object is cached. | |
LocalizedDisplayName | Gets or sets the localized display name. | |
LocalizedDisplayNames | Gets the collection of localized display names. | |
Name | Gets or sets the name of the object. | |
Properties | Gets the property collection of the object. |
Top
Methods
Name | Description | |
---|---|---|
ContainsLocalizedDisplayName | Indicates whether the object contains a localized display name. | |
Delete | Deletes the MetadataObject. | |
Read | When overridden in a derived class, reads the metadata object from the metadata store and creates an object, overwriting the current value of the fields of the object with whatever was present in the metadata store. | |
ReadCommon | This member is reserved for internal use and is not intended to be used directly from your code. | |
ToString | (Inherited from Object.) | |
Update | Updates the object. | |
WriteXml(PackageContents) | Returns the XML representation of the MetadataObject. | |
WriteXml(PackageContents, String) | Returns the XML representation of the MetadataObject, which is generated using the properties, localized names, and access control entries from the specified setting. |
Top
See Also
Reference
Microsoft.SharePoint.BusinessData.Administration.Client Namespace