SPClientCallableSettings.MaxObjectPaths-Eigenschaft
Ruft ab oder legt die maximale Anzahl der Objektpfade, die in einer Anforderung verwendet werden kann.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property MaxObjectPaths As Integer
Get
Set
'Usage
Dim instance As SPClientCallableSettings
Dim value As Integer
value = instance.MaxObjectPaths
instance.MaxObjectPaths = value
public int MaxObjectPaths { get; set; }
Eigenschaftswert
Typ: System.Int32
Die maximale Anzahl von Objektpfaden. Der Standardwert ist 256.
Hinweise
Informationen zu Objektpfaden finden Sie unter [MS-CSOM]: Spezifikation für SharePoint-Client Abfrage Protokoll.
Siehe auch
Referenz
SPClientCallableSettings Klasse