The ExtensionUrlProviderInfo type exposes the following members.

Properties

  NameDescription
Public propertyAllTabs
When true, the module provider will be used for all tabs in the current portal. Including a specific tabid switches value to false.
Public propertyDesktopModuleId
The DesktopModuleId is used to associate a particular Extension Url Provider with a specific DotNetNuke extension.
Public propertyExtensionUrlProviderId
Public propertyIsActive
When true, provider is active
Public propertyKeyID
Public propertyPortalId
Public propertyProviderName
Public propertyProviderType
Public propertyRedirectAllUrls
When true, CheckForRedirect is called for every Url in the portal When false, CheckForRedirect is called only for tabs in the TabIds list
Public propertyReplaceAllUrls
When true, ChangeFriendlyUrl is called for every generated Url called through the NavigateUrl API When false, ChangeFriendlyUrl is called only for tabs in the TabIds list
Public propertyRewriteAllUrls
When true, TransformFriendlyUrl is called for every Url in the portal When false, TransformFriendlyUrl is called only for tabs in the TabIds list
Public propertySettings
Public propertySettingsControlSrc
Public propertyTabIds
Returns a list of TabIds where the module provider should be called when generating friendly urls

See Also