| http://www.w3.org/ns/prov#value | - Below is a code snippet that uses the Versions web service to retrieve a particular version???s url for a document for a given file url and version number. public static string GetVersionUrl(string url, double version) { double versionNumeric = 0; string versionNumber = string.Empty; string versionUrl = string.Empty; versionservice.Versions vs = new versionservice.Versions(); vs.Url = http://base
|