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.CoreAssembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax public static string GetOpenDocumentUrl(
string url
)
Parameters
- url
- Type: SystemString
Return Value
Type:
StringSee Also