Click here for NewsObjects Overview
GetProfileCode Method
Windows - Visual C++


Description
The GetProfileCode method returns the profile code at the specified index.

Syntax
CString name = GetProfileCode(long index);

The GetProfileCode syntax has these parts:
 

Part

Description

index

An long integer containing the index of the profile code to return.

name

A string containing the profile code for the specified index.

Remarks
Valid indices range from 1 through the number returned by GetProfileCount. This method will throw an error if there is not an active connection with a NewsEdge Server.

See Also: ProfilePriority SoundFile

Back to: Alert Methods Profile Manager Methods