RemNavigationgetFolderPath Method |
Namespace: Paperwork.Connect
public a_PathInfo getFolderPath( string path )
public void GetFolderPath()
{
string path = @"TR_CABINETS/Gelen Evrak/2015";
a_PathInfo getFolderPath = p.rNavigation.getFolderPath(path);
foreach (string id in getFolderPath.ObjectList)
Console.WriteLine(id);
Console.ReadLine();
}