Arena  1.0
A content management system
 All Classes Files Functions Variables Pages
Plugins.User.Subscriptions.Right Class Reference

The rights assigned to channels by means of a subscription. More...

Static Public Attributes

string toRead = "r"
 The right to read from and access the channel.
 
string toEdit = "m"
 The right to edit (modify) existing channel content (posts)
 
string toPost = "w"
 The right to create new channel content (posts)
 
string toComment = "y"
 The right to reply to (comment on) channel content.
 
string toDelete = "d"
 The right to delete channel content.
 
string toInsert = "C"
 The right to insert subchannels within the channel.
 
string toRemove = "D"
 The right to remove subchannels within the channel.
 
string toModify = "M"
 The right to modify subchannels within the channel.
 

Detailed Description

The rights assigned to channels by means of a subscription.


The documentation for this class was generated from the following file: