ItemSubViewerConfig Constructor (String, Boolean, String, String)
Namespace: SobekCM.Core.UI_Configuration.ViewersAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public ItemSubViewerConfig(
string ViewerCode,
bool Enabled,
string Class,
string Assembly
) |
Parameters
- ViewerCode
- Type: System..::..String
Viewer code that is mapped to this subviewer
- Enabled
- Type: System..::..Boolean
Flag indicates if this subviewer is enabled or disabled
- Class
- Type: System..::..String
Fully qualified (including namespace) name of the class used
for this subviewer
- Assembly
- Type: System..::..String
Name of the assembly within which this class resides, unless this
is one of the default subviewers included in the core code
See Also