mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='https://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='https://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='https://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='https://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='https://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER

Portal Constructor



Constructor for a new instance of the Portal class


Namespace: SobekCM.Core.ApplicationState
Assembly: 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



Version 4.10.0 ( last generated Monday, March 7, 2016 )