SPClientCallableSettings members

Provides settings that control client callable behaviors.

The SPClientCallableSettings type exposes the following members.

Constructors

  Name Description
Public method SPClientCallableSettings Initializes a new instance of the [Microsoft.SharePoint.Administration.SPClientCallableSettings] class.

Top

Properties

  Name Description
Public property AnonymousRestrictedTypes Gets the restricted type information for anonymous users. If a method or property is defined as a restricted type, that method or property cannot be accessed by anonymous users.
Public property EnableRequestUsage whether logging usage data
Public property EnableStackTrace Gets or sets a Boolean value that specifies whether the server can send stack trace data to the client.
Public property EnableXsdValidation Gets or sets a Boolean value that specifies whether to enable XSD validation against an XML request or not.
Public property ExecutionTimeout Gets or sets the execution timeout for the client request.
Public property LogActionsIfHasRequestException whether logging usage data when request has an exception
Public property MaxObjectPaths Gets or sets the maximum number of object paths that can be used within one request.
Public property MaxResourcesPerRequest Gets or sets the maximum number of internal SPRequest objects that can be included in one request.
Public property ProxyLibraries Gets the callable DLLs that can be used in one request.
Public property RequestUsageExecutionTimeThreshold the threshold in milliseconds for logging csom request usage data
Public property RequestXmlMaxDepth Gets or sets the maximum depth of the request XML that is sent by the client measured in ‘tag’ count.
Public property StackTraceEnabledUsers
Public property UpgradedPersistedProperties Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnDeserialization (Overrides SPAutoSerializingObject.OnDeserialization().)
Public method ToString (Inherited from Object.)
Protected method UpdateParent Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.)

Top

See also

Reference

SPClientCallableSettings class

Microsoft.SharePoint.Administration namespace