Portal_List Class
Collection of all the URL Portals into this SobekCM library
Namespace: SobekCM.Core.ApplicationStateAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[DataContractAttribute]
public class Portal_List |
Inheritance Hierarchy
Constructors
| Name | Description |
---|
| Portal_List | Constructor for a new instance of the Portal_List class |
Methods
| Name | Description |
---|
| Add_Portal | Create and add a new portal to this collection URL portals |
| Clear | Clears the list of all URL Portals into this library / cms |
| Get_Valid_Portal | Gets the URL portal for the current request, by the base url for the current request |
Properties
| Name | Description |
---|
| All_Portals | Gets a readonly collection of all the portals in this system |
| Count | Returns the number of URL Portals present in this collection |
| Default_Portal | Gets and sets the default portal |
See Also