QuickFindSettings Class

Definition

Contains settings for quick find (finds records of one type).

public ref class QuickFindSettings : Microsoft::Xrm::Sdk::Deployment::DeploymentConfigSettings
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="QuickFindSettings", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public class QuickFindSettings : Microsoft.Xrm.Sdk.Deployment.DeploymentConfigSettings
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="QuickFindSettings", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type QuickFindSettings = class
    inherit DeploymentConfigSettings
Public Class QuickFindSettings
Inherits DeploymentConfigSettings
Inheritance
Attributes

Remarks

You can use Windows PowerShell to retrieve or update these settings.

Constructors

QuickFindSettings()

Initializes a new instance of the QuickFindSettings class.

Properties

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DeploymentObject)
QuickFindEntityIndexLimit

Gets or sets the maximum number of the attributes used in the quick find search query, after which the QuickFind indexes are not created. Required.

QuickFindRecordLimit

Gets or sets the maximum number of records that match the quick find query criteria before an exception error is thrown. This is needed for faster execution of the quick find searches. Required.

Applies to