summaryM:DotNetNuke.Data.DataProvider.AddExtensionUrlProvider(System.Int32,System.Int32,System.String,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
Namespace: DotNetNuke.DataAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public virtual int AddExtensionUrlProvider( int providerId, int desktopModuleId, string providerName, string providerType, string settingsControlSrc, bool isActive, bool rewriteAllUrls, bool redirectAllUrls, bool replaceAllUrls ) |
Visual Basic |
---|
Public Overridable Function AddExtensionUrlProvider ( providerId As Integer, desktopModuleId As Integer, providerName As String, providerType As String, settingsControlSrc As String, isActive As Boolean, rewriteAllUrls As Boolean, redirectAllUrls As Boolean, replaceAllUrls As Boolean ) As Integer |
Parameters
- providerId
- Type: System..::..Int32
paramproviderIdM:DotNetNuke.Data.DataProvider.AddExtensionUrlProvider(System.Int32,System.Int32,System.String,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- desktopModuleId
- Type: System..::..Int32
paramdesktopModuleIdM:DotNetNuke.Data.DataProvider.AddExtensionUrlProvider(System.Int32,System.Int32,System.String,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- providerName
- Type: System..::..String
paramproviderNameM:DotNetNuke.Data.DataProvider.AddExtensionUrlProvider(System.Int32,System.Int32,System.String,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- providerType
- Type: System..::..String
paramproviderTypeM:DotNetNuke.Data.DataProvider.AddExtensionUrlProvider(System.Int32,System.Int32,System.String,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- settingsControlSrc
- Type: System..::..String
paramsettingsControlSrcM:DotNetNuke.Data.DataProvider.AddExtensionUrlProvider(System.Int32,System.Int32,System.String,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- isActive
- Type: System..::..Boolean
paramisActiveM:DotNetNuke.Data.DataProvider.AddExtensionUrlProvider(System.Int32,System.Int32,System.String,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- rewriteAllUrls
- Type: System..::..Boolean
paramrewriteAllUrlsM:DotNetNuke.Data.DataProvider.AddExtensionUrlProvider(System.Int32,System.Int32,System.String,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- redirectAllUrls
- Type: System..::..Boolean
paramredirectAllUrlsM:DotNetNuke.Data.DataProvider.AddExtensionUrlProvider(System.Int32,System.Int32,System.String,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
- replaceAllUrls
- Type: System..::..Boolean
paramreplaceAllUrlsM:DotNetNuke.Data.DataProvider.AddExtensionUrlProvider(System.Int32,System.Int32,System.String,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)