Click or drag to resize

SPHelperGetOpenDocumentUrl Method (String)

Returns the 'Open Document' href compatible URL value of the specified file. This can either be an URL (e.g. 'http://foo.com') or a javascript expression (e.g. "javascript:OpenDocument('http://fo.com')".

Namespace:  Colygon.MatchPoint.Core
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public static string GetOpenDocumentUrl(
	string url
)

Parameters

url
Type: SystemString

Return Value

Type: String
See Also