SobekCM.Core.ApplicationState.Portal.Portal C# (CSharp) Method

Portal() public method

Constructor for a new instance of the Portal class
Empty constructor for serialization purposes
public Portal ( ) : System
return System
        public Portal()
        {
            // Empty constructor for serialization purposes
        }

Same methods

Portal::Portal ( int ID, string Name, string Abbreviation, string Default_Aggregation, string Default_Web_Skin, string URL_Segment, string Base_PURL ) : System