MagicCMS Documentation

MagicKeyword Members

The MagicKeyword type exposes the following members.

Constructors


  Name Description
Public method MagicKeyword(Int32, String)
Initializes a new instance of the MagicKeyword class containing a specific tag for the default language.
Public method MagicKeyword(Int32, String, String)
Initializes a new instance of the MagicKeyword class containing a specific tag for the a specific language.

Methods


  Name Description
Public method Static member GetKeywords()()()()
Gets the keywords.
Public method Static member GetKeywords(String)
Gets the keywords filtered by a partial match.
Public method Static member GetKeywords(String, String)
Gets the keywords filtered by a partial match and language.
Public method Insert
Inserts this keyword in the database.
Public method Static member Populate
Populates tags table.
Public method Static member RecordCount
Keywords count.
Public method Static member Update(Int32, String)
Updates the specified Post keywords.
Public method Static member Update(Int32, String, String)
Updates the specified Post keywords.

Properties


  Name Description
Public property ContentPk
Gets or sets unique id of related post (Pk).
Public property Keyword
Gets or sets the keyword (tag).
Public property LangId
Gets or sets the language identifier. Tags are language dependant. Every stored tag belong to a language.