PrivacyItemView.GenerateHtmlForPrivacyLevel Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Sub GenerateHtmlForPrivacyLevel ( _
strbColumnHtml As StringBuilder, _
privacyLevel As Privacy, _
selectedPrivacy As Privacy, _
defaultPrivacy As Privacy _
)
'Usage
Dim strbColumnHtml As StringBuilder
Dim privacyLevel As Privacy
Dim selectedPrivacy As Privacy
Dim defaultPrivacy As Privacy
Me.GenerateHtmlForPrivacyLevel(strbColumnHtml, _
privacyLevel, selectedPrivacy, defaultPrivacy)
protected void GenerateHtmlForPrivacyLevel(
StringBuilder strbColumnHtml,
Privacy privacyLevel,
Privacy selectedPrivacy,
Privacy defaultPrivacy
)
Parameters
- strbColumnHtml
Type: System.Text.StringBuilder
- privacyLevel
Type: Microsoft.Office.Server.UserProfiles.Privacy
- selectedPrivacy
Type: Microsoft.Office.Server.UserProfiles.Privacy
- defaultPrivacy
Type: Microsoft.Office.Server.UserProfiles.Privacy