SPProviderSearchArguments Members
Include Protected Members
Include Inherited Members
Represents the search argument for searching providers.
The SPProviderSearchArguments type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPProviderSearchArguments(String) | Initializes a new instance of the SPProviderSearchArguments class. | |
SPProviderSearchArguments(String, String) | Initializes a new instance of the SPProviderSearchArguments class. |
Top
Properties
Name | Description | |
---|---|---|
HierarchyNodeID | Gets or sets the identifier of the hierarchy node. | |
MaxCount | Gets or sets the maximum number of entities to be returned in the list. | |
ProviderName | Gets or sets the name of the provider. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top