public static bool CanOpen( string projectOrPackageUri, out string docVersion )
Public Shared Function CanOpen( _ ByVal projectOrPackageUri As String, _ ByRef docVersion As String _ ) As Boolean
Parameters
- projectOrPackageUri
- The full path or URL to the project or project package that will be opened
- docVersion
- The version of ArcGIS Pro that was used to create the project or project package, for example, "1.0.2" or "1.1.0". A value will not be provided if the specified item is not recognized as a project.
Return Value
A boolean indicating if the project or project package can be opened