CSAspNetVirtualPathProviderGetFileHash Method (String, IEnumerableString) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Returns a hash of the specified virtual paths.

Namespace: ContentStudio.Site.Storage
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public string GetFileHash(
	string virtualPath,
	IEnumerable<string> virtualPathDependencies
)

Parameters

virtualPath
Type: SystemString
The path to the primary virtual resource.
virtualPathDependencies
Type: System.Collections.GenericIEnumerableString
An array of paths to other virtual resources required by the primary virtual resource.

Return Value

Type: String
A hash of the specified virtual paths.

Implements

IVirtualPathProviderGetFileHash(String, IEnumerableString)
Remarks

Note Note
This method is not implemented.
See Also

Reference