C# Class SenseNet.Portal.Virtualization.PurgeUrlCollector

Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

Méthode Description
CollectAllUrls ( IEnumerable pathList, IEnumerable siteUrls ) : IEnumerable

Collects all purge urls for one or more content paths. The result list will include all the site urls extended with the full Root relative content paths and (if the content is under a site) the site relative urls of the paths.

GetUrls ( Node context ) : List
GetUrls ( string path ) : List

Méthodes protégées

Méthode Description
CollectUrlsByContentPath ( IEnumerable pathList ) : IEnumerable
CollectUrlsByContentPath ( IEnumerable pathList, IEnumerable siteUrls ) : IEnumerable

Method Details

CollectAllUrls() public static méthode

Collects all purge urls for one or more content paths. The result list will include all the site urls extended with the full Root relative content paths and (if the content is under a site) the site relative urls of the paths.
public static CollectAllUrls ( IEnumerable pathList, IEnumerable siteUrls ) : IEnumerable
pathList IEnumerable List of content paths ('/Root/MyFolder/MyContent')
siteUrls IEnumerable List of site urls ('www.example.com')
Résultat IEnumerable

CollectUrlsByContentPath() protected méthode

protected CollectUrlsByContentPath ( IEnumerable pathList ) : IEnumerable
pathList IEnumerable
Résultat IEnumerable

CollectUrlsByContentPath() protected méthode

protected CollectUrlsByContentPath ( IEnumerable pathList, IEnumerable siteUrls ) : IEnumerable
pathList IEnumerable
siteUrls IEnumerable
Résultat IEnumerable

GetUrls() public méthode

public GetUrls ( Node context ) : List
context Node
Résultat List

GetUrls() public méthode

public GetUrls ( string path ) : List
path string
Résultat List