You are here: Ektron Namespace > Plug-in Extension API > Ektron.Cms.Extensibility Namespace > Classes > FlagInfo Class
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
FlagInfo Class

Class which holds information about the flagged content. Certain hooks do not expose all information from the CMS, default values are assigned to the properties of this class. Data types default to the following: int = -1. string = "". bool = false.

C#
public sealed class FlagInfo;
Visual Basic
Public sealed Class FlagInfo

CmsInfoObjects.cs

Name 
Description 
The properties of the FlagInfo class are listed here. 
 
Name 
Description 
 
Gets a string containing all the html displayed to end users for a piece of content. (ReadOnly)  
 
Gets a numeric value representing the content ID of the content. (ReadOnly)  
 
Gets an integer representing the language of the content. (ReadOnly)  
 
Gets a string containing the title of the content. (ReadOnly)  
 
Gets a numeric value representing the flagged entry ID. (ReadOnly)  
 
Gets or sets a string containing message to display to the end user if Plug-in returns false. (ReadWrite)  
 
Gets an string representing the flagged comment. (ReadOnly)  
 
Gets a datetime representing the flagged date time. (ReadOnly)  
 
Gets a numeric value representing the flag ID associated to this content. (ReadOnly)  
 
Gets an string representing the flag name associated to this content. (ReadOnly)  
 
Gets an string representing path of the user's avatar. (ReadOnly)  
 
Gets an string representing the user's display name. (ReadOnly)  
 
Gets an string representing the user's first name. (ReadOnly)  
 
Gets a numeric value representing the user ID of the user. (ReadOnly)  
 
Gets an string representing the user's last name. (ReadOnly)  
 
Gets an string representing the user's CMS user name. (ReadOnly)  
 
Gets an string representing the cookie value of the visitor. (ReadOnly)  
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!