You are here: Symbol Reference > Stimulsoft.Report.MvcMobile Namespace > StiDesignerPermissions Enumeration
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Stimulsoft.Report.MvcMobile.StiDesignerPermissions Enumeration
Syntax
C++
C#
Visual Basic
public: enum StiDesignerPermissions { None = 0, Create = 1, Delete = 2, Modify = 4, View = 8, ModifyView = Modify+View, All = Create+Delete+Modify+View };
Members
Members 
Description 
None 
Deny all.  
Create 
Allows to create an item.  
Delete 
Allows to delete an item.  
Modify 
Allows to modify an item.  
View 
Allows to view an item.  
ModifyView 
Allows modify and view an item.  
All 
Allow any action with an item.  

This is record Stimulsoft.Report.MvcMobile.StiDesignerPermissions.

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.