Class ModulePermissionSettings
- Namespace
- Dynamicweb.Modules
- Assembly
- Dynamicweb.dll
public class ModulePermissionSettings
- Inheritance
-
ModulePermissionSettings
- Inherited Members
Constructors
ModulePermissionSettings()
Default constructor
public ModulePermissionSettings()
Properties
Database
Gets or sets my database.
public string Database { get; set; }
Property Value
- string
- My database.
DefaultPermissions
public string DefaultPermissions { get; set; }
Property Value
FieldID
Gets or sets the field ID.
public string FieldID { get; set; }
Property Value
- string
- The field ID.
FieldName
Gets or sets the name of the field.
public string FieldName { get; set; }
Property Value
- string
- The name of the field.
Table
Gets or sets the table.
public string Table { get; set; }
Property Value
- string
- The table.
Where
Gets or sets the where.
public string Where { get; set; }
Property Value
- string
- The where.