nn::nex::SubscriberContent Class

Syntax

class SubscriberContent

Description

Class that represents content-specific parameters.

Member Functions

SubscriberContent Instantiates the object. Creates an invalid content object. Use the value stored in the content after retrieving it from the server.
V ~SubscriberContent Destroys the object.
GetContentId Gets the unique ID given to the content.
GetMessage Gets string information included in the content.
GetBinary Gets the binary data included in the content.
GetPosterPrincipalId Gets the principal ID of the user that posted the content.
GetTopic Gets all topics to which the content was posted.
GetTopicSingle Gets a single topic to which the content was posted.
GetPostDateTime Gets the date and time the content was posted.
Trace Traces the content of a SubscriberContent object.

Revision History

2014/09/12
Initial version.

CONFIDENTIAL