Click or drag to resize

imbWEMManagerequalizeUrlWithIndexFilenames Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Removes known default filenames

Namespace:  imbWEM.Core
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public static string equalizeUrlWithIndexFilenames(
	this string originalUrl
)

Parameters

originalUrl
Type: SystemString
The original URL.

Return Value

Type: String

[Missing <returns> documentation for "M:imbWEM.Core.imbWEMManager.equalizeUrlWithIndexFilenames(System.String)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type String. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also