Exemple #1
0
        public List <PageWithImageInfoContract> GetAllPagesWithImageInfoList(long projectId)
        {
            m_authorizationManager.AuthorizeBook(projectId, PermissionFlag.ReadProject);

            var result = m_projectItemManager.GetPageWithImageInfoList(projectId);

            return(result);
        }