SPUtility.CreateThreadIndex method
Creates a new conversation thread-index from a parent conversation thread-index.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function CreateThreadIndex ( _
parentIndex As String, _
time As DateTime _
) As String
'Usage
Dim parentIndex As String
Dim time As DateTime
Dim returnValue As String
returnValue = SPUtility.CreateThreadIndex(parentIndex, _
time)
public static string CreateThreadIndex(
string parentIndex,
DateTime time
)
Parameters
parentIndex
Type: System.StringThe thread-index of the parent.
time
Type: System.DateTimeThe time when the child was created.
Return value
Type: System.String
A hexadecimal string representing the new thread-index.
See also
Reference
Microsoft.SharePoint.Utilities namespace
Other resources
Tracking Conversations