Class ModuleInfo
Assembly: DotNetNuke.dll
Syntax
public class ModuleInfo : ContentItem, IHydratable, IPropertyAccess
Constructors
ModuleInfo()
Declaration
Properties
Alignment
Declaration
public string Alignment { get; set; }
Property Value
AllModules
Declaration
public bool AllModules { get; set; }
Property Value
AllTabs
Declaration
public bool AllTabs { get; set; }
Property Value
Border
Declaration
public string Border { get; set; }
Property Value
CacheMethod
Declaration
public string CacheMethod { get; set; }
Property Value
CacheTime
Declaration
public int CacheTime { get; set; }
Property Value
Cacheability
Declaration
public CacheLevel Cacheability { get; }
Property Value
Color
Declaration
public string Color { get; set; }
Property Value
ContainerPath
Declaration
public string ContainerPath { get; set; }
Property Value
ContainerSrc
Declaration
public string ContainerSrc { get; set; }
Property Value
CultureCode
Declaration
public string CultureCode { get; set; }
Property Value
DefaultLanguageGuid
Declaration
public Guid DefaultLanguageGuid { get; set; }
Property Value
DefaultLanguageModule
Declaration
public ModuleInfo DefaultLanguageModule { get; }
Property Value
DesktopModule
Declaration
public DesktopModuleInfo DesktopModule { get; }
Property Value
DesktopModuleID
Declaration
public int DesktopModuleID { get; set; }
Property Value
DisplayPrint
Declaration
public bool DisplayPrint { get; set; }
Property Value
DisplaySyndicate
Declaration
public bool DisplaySyndicate { get; set; }
Property Value
DisplayTitle
Declaration
public bool DisplayTitle { get; set; }
Property Value
EndDate
Declaration
public DateTime EndDate { get; set; }
Property Value
Declaration
public string Footer { get; set; }
Property Value
Declaration
public string Header { get; set; }
Property Value
HideAdminBorder
Declaration
public bool HideAdminBorder { get; }
Property Value
IconFile
Declaration
public string IconFile { get; set; }
Property Value
InheritViewPermissions
Declaration
public bool InheritViewPermissions { get; set; }
Property Value
IsDefaultLanguage
Declaration
public bool IsDefaultLanguage { get; }
Property Value
IsDefaultModule
Declaration
public bool IsDefaultModule { get; set; }
Property Value
IsDeleted
Declaration
public bool IsDeleted { get; set; }
Property Value
IsLocalized
Declaration
public bool IsLocalized { get; }
Property Value
IsNeutralCulture
Declaration
public bool IsNeutralCulture { get; }
Property Value
IsShareable
Declaration
public bool IsShareable { get; set; }
Property Value
IsShareableViewOnly
Declaration
public bool IsShareableViewOnly { get; set; }
Property Value
IsShared
Declaration
public bool IsShared { get; }
Property Value
IsTranslated
Declaration
public bool IsTranslated { get; }
Property Value
IsWebSlice
Declaration
[Obsolete("Deprecated in DotNetNuke 9.8.0. WebSlice functionality is no longer used. Scheduled removal in v10.0.0.")]
public bool IsWebSlice { get; set; }
Property Value
KeyID
Declaration
public override int KeyID { get; set; }
Property Value
Overrides
LastContentModifiedOnDate
Declaration
public DateTime LastContentModifiedOnDate { get; set; }
Property Value
LocalizedModules
Declaration
public Dictionary<string, ModuleInfo> LocalizedModules { get; }
Property Value
LocalizedVersionGuid
Declaration
public Guid LocalizedVersionGuid { get; set; }
Property Value
ModuleControl
Declaration
public ModuleControlInfo ModuleControl { get; }
Property Value
ModuleControlId
Declaration
public int ModuleControlId { get; set; }
Property Value
ModuleDefID
Declaration
public int ModuleDefID { get; set; }
Property Value
ModuleDefinition
Declaration
public ModuleDefinitionInfo ModuleDefinition { get; }
Property Value
ModuleOrder
Declaration
public int ModuleOrder { get; set; }
Property Value
ModulePermissions
Declaration
public ModulePermissionCollection ModulePermissions { get; set; }
Property Value
ModuleSettings
Declaration
public Hashtable ModuleSettings { get; }
Property Value
ModuleTitle
Declaration
public string ModuleTitle { get; set; }
Property Value
ModuleVersion
Declaration
public int ModuleVersion { get; set; }
Property Value
OwnerPortalID
Declaration
public int OwnerPortalID { get; set; }
Property Value
PaneModuleCount
Declaration
public int PaneModuleCount { get; set; }
Property Value
PaneModuleIndex
Declaration
public int PaneModuleIndex { get; set; }
Property Value
PaneName
Declaration
public string PaneName { get; set; }
Property Value
ParentTab
Declaration
public TabInfo ParentTab { get; }
Property Value
PortalID
Declaration
public int PortalID { get; set; }
Property Value
StartDate
Declaration
public DateTime StartDate { get; set; }
Property Value
TabModuleID
Declaration
public int TabModuleID { get; set; }
Property Value
TabModuleSettings
Declaration
public Hashtable TabModuleSettings { get; }
Property Value
UniqueId
Declaration
public Guid UniqueId { get; set; }
Property Value
VersionGuid
Declaration
public Guid VersionGuid { get; set; }
Property Value
Visibility
Declaration
public VisibilityState Visibility { get; set; }
Property Value
WebSliceExpiryDate
Declaration
[Obsolete("Deprecated in DotNetNuke 9.8.0. WebSlice functionality is no longer used. Scheduled removal in v10.0.0.")]
public DateTime WebSliceExpiryDate { get; set; }
Property Value
WebSliceTTL
Declaration
[Obsolete("Deprecated in DotNetNuke 9.8.0. WebSlice functionality is no longer used. Scheduled removal in v10.0.0.")]
public int WebSliceTTL { get; set; }
Property Value
WebSliceTitle
Declaration
[Obsolete("Deprecated in DotNetNuke 9.8.0. WebSlice functionality is no longer used. Scheduled removal in v10.0.0.")]
public string WebSliceTitle { get; set; }
Property Value
Methods
Clone()
Declaration
public ModuleInfo Clone()
Returns
Fill(IDataReader)
Declaration
public override void Fill(IDataReader dr)
Parameters
Overrides
GetEffectiveCacheMethod()
Declaration
public string GetEffectiveCacheMethod()
Returns
GetProperty(string, string, CultureInfo, UserInfo, Scope, ref bool)
Declaration
public string GetProperty(string propertyName, string format, CultureInfo formatProvider, UserInfo accessingUser, Scope currentScope, ref bool propertyNotFound)
Parameters
Returns
Initialize(int)
Declaration
public void Initialize(int portalId)
Parameters
Type |
Name |
Description |
int |
portalId |
|
Implements
Extension Methods