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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

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