IUrlsManagerPublicSitePages Method

Starts building of URLs for pages and applications of the product web site.

Definition

Namespace: SMath.Manager.Network
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
IPublicSitePagesUrls PublicSitePages(
	UrlFlags addFlags = UrlFlags.None,
	UrlFlags removeFlags = UrlFlags.None
)

Parameters

addFlags  UrlFlags  (Optional)
Flags which are added to DefaultFlags in the returned instance.
removeFlags  UrlFlags  (Optional)
Flags which are removed from DefaultFlags in the returned instance. Removal is done before addition of addFlags.

Return Value

IPublicSitePagesUrls
Continuation of the fluent syntax.

Remarks

This method does not contact the API of the web server and simply starts all URLs with RootServerUrl.

See Also