Documentation > CMS Template API Library > FedPublishingPackage

CrownPeak.CMSAPI.FedPublishingPackage

Encapsulates Publishing Package Info. Available during Publishing and during "View Output". In the case of output, there may not be any specific publishing information so a package is picked from a list of available packages so that "view output" may more closely model the publishing output.

NameDescriptionType
GateKeeperMode

The gate keeper mode that determines how the auth module will behave. Can be Off, On, or PassThrough

Property
HostName

Available in builds 4201 and up. Available during output or publishing : output.aspx, url.aspx or filename.aspx The domain name for this publishing package. Must have been configured in the publishing package configuration under "Hostname"

Property
IgnoreRoster

If this is set to true, no user list will be checked on the login. All users that are authenticated will be allowed in. Defaults to false

Property
IsLocalInstall

Refers to how the AuthModule will be installed on the site. If true, the module is installed locally to the web application in the bin folder and the modules are loaded one by one in the web.config. False would indicate the module is installed into the GAC and the modules are loaded globally into the server. The consequence of a true is that web.config files published to the site will automatically have the modules entries added and a false one would not. The default is false.

Property
PackageName

The name of the Publishing Package.

Property
SiteFolderId

The CMS root folder that publishes to the root of the web application

Property
SiteProfileId

The id of the asset holding the package's site profile

Property

Connect with Crownpeak