Exemplo n.º 1
0
        private File GetDefaultUserFolder(int userID)
        {
            if (userID == -1)
                return null;

            FileController ctrl = new FileController();
            File rootUserFolder = ctrl.GetUserFolder(userID, PortalId, UserInfo);// GetRootUserFolder(userID);
            return rootUserFolder;
        }