summaryM:DotNetNuke.Entities.Portals.PortalAliasExtensions.GetSettingsByPortalIdAndAlias(System.Collections.Generic.IEnumerable{DotNetNuke.Entities.Portals.PortalAliasInfo},System.Int32,System.String,System.String@,DotNetNuke.Entities.Urls.BrowserTypes@,System.String@)
Namespace: DotNetNuke.Entities.PortalsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public static void GetSettingsByPortalIdAndAlias( this IEnumerable<PortalAliasInfo> aliases, int portalId, string alias, out string culture, out BrowserTypes browserType, out string skin ) |
Visual Basic |
---|
<ExtensionAttribute> Public Shared Sub GetSettingsByPortalIdAndAlias ( aliases As IEnumerable(Of PortalAliasInfo), portalId As Integer, alias As String, <OutAttribute> ByRef culture As String, <OutAttribute> ByRef browserType As BrowserTypes, <OutAttribute> ByRef skin As String ) |
Parameters
- aliases
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'PortalAliasInfo>)>)>
paramaliasesM:DotNetNuke.Entities.Portals.PortalAliasExtensions.GetSettingsByPortalIdAndAlias(System.Collections.Generic.IEnumerable{DotNetNuke.Entities.Portals.PortalAliasInfo},System.Int32,System.String,System.String@,DotNetNuke.Entities.Urls.BrowserTypes@,System.String@)
- portalId
- Type: System..::..Int32
paramportalIdM:DotNetNuke.Entities.Portals.PortalAliasExtensions.GetSettingsByPortalIdAndAlias(System.Collections.Generic.IEnumerable{DotNetNuke.Entities.Portals.PortalAliasInfo},System.Int32,System.String,System.String@,DotNetNuke.Entities.Urls.BrowserTypes@,System.String@)
- alias
- Type: System..::..String
paramaliasM:DotNetNuke.Entities.Portals.PortalAliasExtensions.GetSettingsByPortalIdAndAlias(System.Collections.Generic.IEnumerable{DotNetNuke.Entities.Portals.PortalAliasInfo},System.Int32,System.String,System.String@,DotNetNuke.Entities.Urls.BrowserTypes@,System.String@)
- culture
- Type: System..::..String%
paramcultureM:DotNetNuke.Entities.Portals.PortalAliasExtensions.GetSettingsByPortalIdAndAlias(System.Collections.Generic.IEnumerable{DotNetNuke.Entities.Portals.PortalAliasInfo},System.Int32,System.String,System.String@,DotNetNuke.Entities.Urls.BrowserTypes@,System.String@)
- browserType
- Type: DotNetNuke.Entities.Urls..::..BrowserTypes%
parambrowserTypeM:DotNetNuke.Entities.Portals.PortalAliasExtensions.GetSettingsByPortalIdAndAlias(System.Collections.Generic.IEnumerable{DotNetNuke.Entities.Portals.PortalAliasInfo},System.Int32,System.String,System.String@,DotNetNuke.Entities.Urls.BrowserTypes@,System.String@)
- skin
- Type: System..::..String%
paramskinM:DotNetNuke.Entities.Portals.PortalAliasExtensions.GetSettingsByPortalIdAndAlias(System.Collections.Generic.IEnumerable{DotNetNuke.Entities.Portals.PortalAliasInfo},System.Int32,System.String,System.String@,DotNetNuke.Entities.Urls.BrowserTypes@,System.String@)