Click here for NewsObjects Overview
GetProfileCriteria Method (Profile Manager Control)
Windows - Visual C++


Description
The GetProfileCriteria method returns a profile's criteria.

Syntax
CString name = GetProfileCriteria(LPCTSTR profCode);

The GetProfileCriteria syntax has these parts:
 

Part

Description

profCode

A string containing the code for a valid profile.

result

A string containing the specified profile's criteria.


Remarks
This string is used to set the Headline Control's SearchCriteria property to perform a search. If there's an error in the profile criteria, an exception will be thrown. The returned criteria is in Reverse Polish Notation.

See Also: GetProfileCode GetProfileCount GetProfileName

Back to: Profile Manager Methods