SPClientCallableSettings members
Provides settings that control client callable behaviors.
The SPClientCallableSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPClientCallableSettings | Initializes a new instance of the [Microsoft.SharePoint.Administration.SPClientCallableSettings] class. |
Top
Properties
Name | Description | |
---|---|---|
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. | |
EnableRequestUsage | whether logging usage data | |
EnableStackTrace | Gets or sets a Boolean value that specifies whether the server can send stack trace data to the client. | |
EnableXsdValidation | Gets or sets a Boolean value that specifies whether to enable XSD validation against an XML request or not. | |
ExecutionTimeout | Gets or sets the execution timeout for the client request. | |
LogActionsIfHasRequestException | whether logging usage data when request has an exception | |
MaxObjectPaths | Gets or sets the maximum number of object paths that can be used within one request. | |
MaxResourcesPerRequest | Gets or sets the maximum number of internal SPRequest objects that can be included in one request. | |
ProxyLibraries | Gets the callable DLLs that can be used in one request. | |
RequestUsageExecutionTimeThreshold | the threshold in milliseconds for logging csom request usage data | |
RequestXmlMaxDepth | Gets or sets the maximum depth of the request XML that is sent by the client measured in ‘tag’ count. | |
StackTraceEnabledUsers | ||
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | (Overrides SPAutoSerializingObject.OnDeserialization().) | |
ToString | (Inherited from Object.) | |
UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.) |
Top