ContactLinksMicroView.GenerateHtmlForMultipleChanges 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 Friend Function GenerateHtmlForMultipleChanges ( _
changeType As ChangeTypes, _
propertyDisplayName As String, _
values As ICollection _
) As String
'Usage
Dim changeType As ChangeTypes
Dim propertyDisplayName As String
Dim values As ICollection
Dim returnValue As String
returnValue = Me.GenerateHtmlForMultipleChanges(changeType, _
propertyDisplayName, values)
protected internal string GenerateHtmlForMultipleChanges(
ChangeTypes changeType,
string propertyDisplayName,
ICollection values
)
Parameters
- changeType
Type: Microsoft.Office.Server.UserProfiles.ChangeTypes
- propertyDisplayName
Type: System.String
- values
Type: System.Collections.ICollection
Return Value
Type: System.String