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.String

    The thread-index of the parent.

Return value

Type: System.String
A hexadecimal string representing the new thread-index.

See also

Reference

SPUtility class

SPUtility members

Microsoft.SharePoint.Utilities namespace

Other resources

Tracking Conversations