UrlRewritingProviderInitialize Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Initializes the provider.

Namespace: ContentStudio.Site.HttpModules.UrlRewritingNet.Configuration.Provider
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public override void Initialize(
	string name,
	NameValueCollection config
)

Parameters

name
Type: SystemString
The friendly name of the provider.
config
Type: System.Collections.SpecializedNameValueCollection
A collection of the name/value pairs representing the provider-specific attributes specified in the configuration for this provider.
Exceptions

ExceptionCondition
ArgumentNullExceptionThe name of the provider is null.
ArgumentExceptionThe name of the provider has a length of zero.
InvalidOperationExceptionAn attempt is made to call Initialize(String, NameValueCollection) on a provider after the provider has already been initialized.
See Also

Reference