Expand Minimize
This topic has not yet been rated - Rate this topic

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)
public static string CreateThreadIndex(
	string parentIndex,
	DateTime time
)

Parameters

parentIndex
Type: System.String
The thread-index of the parent.
time
Type: System.DateTime
The time when the child was created.

Return value

Type: System.String
A hexadecimal string representing the new thread-index.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.