![]() | RemNavigationCreateFolderByPath Method |
Namespace: Paperwork.Connect
public virtual a_PathInfo CreateFolderByPath( string path, ObjectID aclId, bool isPrivate, string iconIndex = "", string rootId = "" )
public void CreateFolderByPath() { ObservableCollection<LookupItem> acls = p.rLookup.GetACLs("Default ACL"); if (acls.Count < 0) throw new Exception("Yetkiseti bulunamadı"); ObjectID aclId = new ObjectID(acls[0].ObjectId); string _path = string.Format(@"TR_CABINETS\Test123"); a_PathInfo pi = p.rNavigation.CreateFolderByPath(_path, new ObjectID(acl_id), false); if (pi.ErrorCode != 0) throw new Exception(string.Format("Kabinet yolu yaratılamadı!")); }