SPAccessRequests.UpdateConversation method
Updates the conversation.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Sub UpdateConversation ( _
itemId As Integer, _
convStr As String, _
web As SPWeb _
)
'Usage
Dim itemId As Integer
Dim convStr As String
Dim web As SPWebSPAccessRequests.UpdateConversation(itemId, _
convStr, web)
public static void UpdateConversation(
int itemId,
string convStr,
SPWeb web
)
Parameters
itemId
Type: System.Int32Identifier of the access request.
convStr
Type: System.StringA message to include with this update.
web
Type: Microsoft.SharePoint.SPWebThe SharePoint web site on which the access request occurred.