Portal Constructor
Constructor for a new instance of the Portal class
Namespace: SobekCM.Core.ApplicationStateAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public Portal(
int ID,
string Name,
string Abbreviation,
string Default_Aggregation,
string Default_Web_Skin,
string URL_Segment,
string Base_PURL
) |
Parameters
- ID
- Type: System..::..Int32
Primary key for this portal in the database
- Name
- Type: System..::..String
Name for the library when viewed through this portal
- Abbreviation
- Type: System..::..String
Abbreviation used for the library when viewed through this portal
- Default_Aggregation
- Type: System..::..String
Default aggregation, or 'all' if all aggregationPermissions are available
- Default_Web_Skin
- Type: System..::..String
Default web skin used when displayed through this portal
- URL_Segment
- Type: System..::..String
URL segment used to determine if a request comes from this portal
- Base_PURL
- Type: System..::..String
Base PURL to used when constructing a PURL for items within this portal, if it is different than the standard base URL
See Also