private void GetSubPath() { if (currentPS != null) { subPath = currentPS.GetSectionPath(); currentPathID = currentPS.GetPathID(); } subWPCounter = 0; }
//get subpath from current pathSection private void GetSubPath() { subPath = currentPS.GetSectionPath(); currentPathID = currentPS.GetPathID(); subWPCounter = 0; }