Click or drag to resize

VirtualFileBaseCollectionGetKeyForItem Method

Extracts the key from the specified element.

Namespace: GSF.Web.Hosting
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
protected override string GetKeyForItem(
	VirtualFileBase item
)
View Source

Parameters

item  VirtualFileBase
The VirtualFileBase element from which to extract the key (VirtualPath).

Return Value

String
See Also