Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Given a path returns true if the path is a XI path
public static bool IsXIPath (string s1);
static member IsXIPath : string -> bool
Public Shared Function IsXIPath (s1 As String) As Boolean