Share via


SPUtility.CreateThreadIndex - Méthode

Crée un nouveau thread-index de conversation à partir d'un thread-index de conversation parent.

Espace de noms :  Microsoft.SharePoint.Utilities
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Shared Function CreateThreadIndex ( _
    parentIndex As String, _
    time As DateTime _
) As String
'Utilisation
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
)

Paramètres

Valeur renvoyée

Type : System.String
Une chaîne hexadécimale qui représente le nouvel index de thread.

Voir aussi

Référence

SPUtility classe

SPUtility - Membres

Microsoft.SharePoint.Utilities - Espace de noms

Autres ressources

Tracking Conversations