Creates a new portal alias
Namespace: DotNetNuke.Entities.PortalsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
void AddPortalAlias( int portalId, string portalAlias ) |
Visual Basic |
---|
Sub AddPortalAlias ( portalId As Integer, portalAlias As String ) |
Parameters
- portalId
- Type: System..::..Int32
Id of the portal
- portalAlias
- Type: System..::..String
Portal Alias to be created