Click or drag to resize

PFFieldUrlGetURLIconPath Method

Returns an URL to WebDAV server, exposing the target url's page icon. This URL is partially encrypted, hence short-lived and only valid for the site's user. Needs an absolute Uri or will throw an exception.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public string GetURLIconPath(
	Uri targetSiteURL
)

Parameters

targetSiteURL
Type: SystemUri

Return Value

Type: String
See Also