Arena  1.0
A content management system
 All Classes Files Functions Variables Pages
AttachManagement.py File Reference

This file extends AnArenaParsedContentProvider to allow post attachments to be managed and searched. More...

Classes

class  Plugins.Content.PerUser.Arena.AttachManagement.AnArenaAttachmentManager
 

Variables

string Plugins.Content.PerUser.Arena.AttachManagement.aamActionQueryKey = "do"
 The name of the query key that specifies the action to take with regard to an attachment.
 
string Plugins.Content.PerUser.Arena.AttachManagement.aamActionUpload = "upload"
 The query key value that specifies a new attachment is to be uploaded.
 
string Plugins.Content.PerUser.Arena.AttachManagement.aamActionDelete = "delete"
 The query key that specifies an existing attachment is to be deleted.
 
dictionary Plugins.Content.PerUser.Arena.AttachManagement.aamAttachmentNewFieldsValues
 The default fields and values to use for a new arena attachment. More...
 

Detailed Description

This file extends AnArenaParsedContentProvider to allow post attachments to be managed and searched.