Share via


GetSearchableEntities Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Retrieves the list of entities that can be searched.

Namespace:  Microsoft.CommerceServer.Profiles
Assembly:  Microsoft.CommerceServer.Profiles.CrossTierTypes (in Microsoft.CommerceServer.Profiles.CrossTierTypes.dll)

Syntax

'Declaration
Public Function GetSearchableEntities As DataSet
'Usage
Dim instance As ProfileManagementContext
Dim returnValue As DataSet

returnValue = instance.GetSearchableEntities()
public DataSet GetSearchableEntities()
public:
DataSet^ GetSearchableEntities()
public function GetSearchableEntities() : DataSet

Return Value

Type: System.Data..::.DataSet
A DataSet that describes the entities that can be searched in the profile system.

Exceptions

Exception Condition
AuthenticationException

User has not been authenticated.

Remarks

Retrieves information about what profiles and properties can be searched in the profile system. Returns a DataSet containing information about what profiles and properties can be searched in the profile system.

Permissions

See Also

Reference

ProfileManagementContext Class

ProfileManagementContext Members

Microsoft.CommerceServer.Profiles Namespace