AVEVA CAF API Documenation

SplitFullyQualified Method
Split a fully qualified key into groups and key. E.g. Split Aaa/Bbb/Ccc or /Aaa/Bbb/Ccc into Aaa/Bbb and Ccc, or Aaa into "" and Aaa
Syntax
public static void SplitFullyQualified( 
   string fullPath,
   out string path,
   out string key
)
public:
static void SplitFullyQualified( 
   String^ fullPath,
   [Out] String^ path,
   [Out] String^ key
) 

Parameters

fullPath
path
key
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also