Click or drag to resize
SitePresentationUrlsRetrieverRetrieve Method
Returns presentation URLs assigned to the given site using specified source.

Namespace: CMS.SiteProvider.Internal
Assembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 13.0.131
Syntax
C#
public IEnumerable<NormalizedPresentationUrl> Retrieve(
	PresentationUrlSourceEnum source
)

Parameters

source
Type: CMS.SiteProvider.InternalPresentationUrlSourceEnum
Determines what set of presentation URLs should be retrieved.

Return Value

Type: IEnumerableNormalizedPresentationUrl
See Also