UserSearchFacet Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
UserSearchFacet() | |
UserSearchFacet(String, String, String, Int32) |
UserSearchFacet()
public:
UserSearchFacet();
public UserSearchFacet ();
Public Sub New ()
Applies to
UserSearchFacet(String, String, String, Int32)
public:
UserSearchFacet(System::String ^ attributeLogicalName, System::String ^ attributeTypeName, System::String ^ attributeDisplayName, int facetOrder);
public UserSearchFacet (string attributeLogicalName, string attributeTypeName, string attributeDisplayName, int facetOrder);
new Microsoft.Xrm.Sdk.UserSearchFacet : string * string * string * int -> Microsoft.Xrm.Sdk.UserSearchFacet
Public Sub New (attributeLogicalName As String, attributeTypeName As String, attributeDisplayName As String, facetOrder As Integer)
Parameters
- attributeLogicalName
- String
- attributeTypeName
- String
- attributeDisplayName
- String
- facetOrder
- Int32