IndividuallySecurableMetadataObject Members
Include Protected Members
Include Inherited Members
Represents a metadata object whose access can be individually controlled.
The IndividuallySecurableMetadataObject type exposes the following members.
Constructors
Name | Description | |
---|---|---|
IndividuallySecurableMetadataObject | Initializes an instance of the class. |
Top
Properties
Name | Description | |
---|---|---|
DefaultDisplayName | Gets or sets the default display name. (Inherited from MetadataObject.) | |
Id | Gets the identifier of the MetadataObject object. (Inherited from MetadataObject.) | |
IsCached | Indicates whether the object is cached. (Inherited from MetadataObject.) | |
LocalizedDisplayName | Gets or sets the localized display name. (Inherited from MetadataObject.) | |
LocalizedDisplayNames | Gets the collection of localized display names. (Inherited from MetadataObject.) | |
Name | Gets or sets the name of the object. (Inherited from MetadataObject.) | |
Properties | Gets the property collection of the object. (Inherited from MetadataObject.) |
Top
Methods
Name | Description | |
---|---|---|
ContainsLocalizedDisplayName | Indicates whether the object contains a localized display name. (Inherited from MetadataObject.) | |
CopyAclAcrossChildren | Copies the list of access control entries (ACEs) associated with the metadata object to all of its child metadata objects. Each individually securable metadata object inherits from this class and provides its own implementation of this method. | |
CopyAclAcrossChildrenForSetting | Copies the list of access control entries (ACEs) associated with the metadata object to all of its child metadata objects for the specified setting. Each individually securable metadata object inherits from this class and provides its own implementation of this method. | |
CopyAclToSetting | Copies the list of access control entries (ACEs) associated with the metadata object to the object setting. | |
Delete | Deletes the MetadataObject. (Inherited from MetadataObject.) | |
GetAccessControlList() | Gets the access control list (ACL) from the containing entity. (Inherited from AccessControlledMetadataObject.) | |
GetAccessControlList(String) | Gets a list of the individually securable child metadata objects. (Overrides AccessControlledMetadataObject.GetAccessControlList(String).) | |
GetAccessControlList(String, Boolean) | Gets a list of the individually securable child metadata objects. | |
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. (Inherited from MetadataObject.) | |
ReadCommon | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from MetadataObject.) | |
SetAccessControlList(IAccessControlList) | Sets the access control list (ACL) for an individually securable metadata object. | |
SetAccessControlList(IAccessControlList, String) | Sets the access control list (ACL) for an individually securable metadata object for the specified setting. | |
ToString | (Inherited from Object.) | |
Update | Updates the object. (Inherited from MetadataObject.) | |
WriteXml(PackageContents) | Returns the XML representation of the MetadataObject. (Inherited from 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. (Inherited from MetadataObject.) |
Top
See Also
Reference
IndividuallySecurableMetadataObject Class
Microsoft.SharePoint.BusinessData.Administration.Client Namespace