The ExtensionUrlProviderInfo type exposes the following members.

Constructors

  NameDescription
Public methodExtensionUrlProviderInfo
DotNetNuke.Entities.Urls.ExtensionUrlProviderInfo

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFill
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Extension Methods

  NameDescription
Public Extension MethodToJson
Extension method on object that serializes the value to Json. Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.)

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