BExIS.Web.Shell.Areas.RPM.Controllers.StructuresController.Get C# (CSharp) Method

Get() public method

public Get ( ) : IEnumerable
return IEnumerable
        public IEnumerable<string> Get()
        {
            throw new HttpResponseException(HttpStatusCode.NotFound);
        }

Same methods

StructuresController::Get ( long id ) : Structure
StructuresController