Freigeben über


SPUtility.CreateThreadIndex-Methode

Erstellt eine neue Unterhaltung Threadindex aus einem übergeordneten Unterhaltung 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
)

Parameter

  • parentIndex
    Typ: System.String

    Der Thread-Index des übergeordneten Elements.

Rückgabewert

Typ: System.String
Eine hexadezimale Zeichenfolgendarstellung des neuen Thread-Indexes.

Siehe auch

Referenz

SPUtility Klasse

SPUtility-Member

Microsoft.SharePoint.Utilities-Namespace

Weitere Ressourcen

Tracking Conversations