Site
A class defining possible Site actions
Table of Contents
Constants
Constants
CREATE
    public
        mixed
    CREATE
    = 1
    
    
    
    
DELETE
    public
        mixed
    DELETE
    = 4
    
    
    
    
RENAME
    public
        mixed
    RENAME
    = 3
    
    
    
    
UPDATE
    public
        mixed
    UPDATE
    = 2