Click or drag to resize

WebFileCacheComputeId Method

Computes an url identifier.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual string ComputeId(
	string url
)

Parameters

url
Type: SystemString
The url.

Return Value

Type: String
A unique identifier string.
See Also