The csharp DotNetNuke.Entities.Portals.PortalController is a class in the DotNetNuke framework that provides methods and properties for managing and interacting with portals. Portals in DotNetNuke are containers that allow users to create and manage websites. The PortalController class allows developers to programmatically create, update, delete, and retrieve information about portals, such as portal settings, roles, users, and modules. It also provides functionality for managing portal aliases, modules, and permissions. Developers can use the PortalController class to easily integrate portal management capabilities into their DotNetNuke applications.
C# (CSharp) DotNetNuke.Entities.Portals PortalController - 39 examples found. These are the top rated real world C# (CSharp) examples of DotNetNuke.Entities.Portals.PortalController extracted from open source projects. You can rate examples to help us improve the quality of examples.