SPUtility.CreateThreadIndex method
Cria um novo índice de thread de conversação do índice de segmento conversa pai.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Shared Function CreateThreadIndex ( _
parentIndex As String, _
time As DateTime _
) As String
'Uso
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
)
Parâmetros
parentIndex
Type: System.StringO índice thread do pai.
time
Type: System.DateTimeA hora em que o filho foi criado.
Valor retornado
Type: System.String
Uma cadeia de caracteres hexadecimal que representa o novo índice de thread.
Ver também
Referência
Microsoft.SharePoint.Utilities namespace
Outros recursos
Tracking Conversations