Freigeben über


SPOfficialFileHost.GetPropertiesForSubmission-Methode (SPListItem, Boolean, Nullable<Boolean>)

Rufen Sie die Datensatz-Repository-Eigenschaften für das Listenelement ein.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function GetPropertiesForSubmission ( _
    item As SPListItem, _
    bIncludeAuditHistory As Boolean, _
    bUseFieldGuid As Nullable(Of Boolean) _
) As List(Of RecordsRepositoryProperty)
'Usage
Dim instance As SPOfficialFileHost
Dim item As SPListItem
Dim bIncludeAuditHistory As Boolean
Dim bUseFieldGuid As Nullable(Of Boolean)
Dim returnValue As List(Of RecordsRepositoryProperty)

returnValue = instance.GetPropertiesForSubmission(item, _
    bIncludeAuditHistory, bUseFieldGuid)
public List<RecordsRepositoryProperty> GetPropertiesForSubmission(
    SPListItem item,
    bool bIncludeAuditHistory,
    Nullable<bool> bUseFieldGuid
)

Parameter

  • bIncludeAuditHistory
    Typ: System.Boolean

    ob Überwachungsverlauf enthalten

  • bUseFieldGuid
    Typ: System.Nullable<Boolean>

    Es gibt drei Modi für Eigenschaftennamen unterstützt: 1) mithilfe von Guids ist ok, über Websitesammlungen innerhalb einer Websitesammlung - routing, jedoch, dies kann nicht funktionieren, da wir zählen zu Guids wird dasselbe, wenn Inhaltstyp Sync 2) mithilfe von Feldnamen verwendet wird, die ältere O12 Verhalten 3) auf Null, sowohl die {Id, Name} verwendet werden

Rückgabewert

Typ: System.Collections.Generic.List<RecordsRepositoryProperty>
die Datensatz-Repository-Eigenschaften

Siehe auch

Referenz

SPOfficialFileHost Klasse

SPOfficialFileHost-Member

GetPropertiesForSubmission-Überladung

Microsoft.SharePoint-Namespace