Description Returns a logical name, node path and node name for a path string.
-
Return Type
-
A String value. The specified node name. (Example: Node)
Where DB is McDatabase logical name
Global ID (DB : ID) ( DB (DB:ID)
local ID (ID) ( DB (ID)
DB Absolute //DB//(ID)[\(ID)or Name]... // + //( DB //(ID)[\(ID)or Name]...
DB Root Path //DB\[(ID)or Name\]... // + \ DB \[(ID)or Name\]...
Absolute //(ID)[\(ID)or Name]... // //(ID)[\(ID)or Name]...
Root Path \[(ID)or Name\]... \ \[(ID)or Name\]...
NodeRefKey ::ServerName:DBPath//(ID) :: : // DB //(ID)
Resolved Path Resolve the shortest path for the given path that will identify the McDBNode.
-
Syntax
-
object.ParsePath (sPath, sDatabaseLogical, sPathLessDatabase)
The ParsePath Method syntax has these parts: |
| object | An expression evaluating to an object of type McDataManager. | | sPath | Required. A String value. A given node path (Example: //Database\Folder\Node) | | sDatabaseLogical | Required. A String value. The returned logical database name. (Example: Database) | | sPathLessDatabase | Required. A String value. The path within the database. (Example: \Folder\Node) |
|