Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Writes the XML fragment containing security information to the metadata repository.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Overridable Sub WriteXmlSecurity ( _
xmlWriter As XmlWriter _
)
'Usage
Dim instance As IndividuallySecurableMetadataObject
Dim xmlWriter As XmlWriter
instance.WriteXmlSecurity(xmlWriter)
public virtual void WriteXmlSecurity(
XmlWriter xmlWriter
)
Parameters
- xmlWriter
Type: System.Xml.XmlWriter
The XML fragment to write.
See Also
Reference
IndividuallySecurableMetadataObject Class
IndividuallySecurableMetadataObject Members
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace