Property | Type | Description | |
---|---|---|---|
GetPageMetaFactory | PageMetaFactory |
Method | Description | |
---|---|---|
GetAllPublishedPageUrls ( string includeExtensions, string pathStarts ) : string[] |
Get all urls of published pages
|
|
GetContentByUri ( string TcmUri ) : string |
Gets the raw string (xml) from the broker db by URI
|
|
GetContentByUrl ( string Url ) : string |
Gets the raw string (xml) from the broker db by URL
|
|
GetLastPublishedDateByUri ( string uri ) : System.DateTime | ||
GetLastPublishedDateByUrl ( string url ) : System.DateTime | ||
TridionPageProvider ( IProvidersCommonServices providersCommonServices ) : System |
Method | Description | |
---|---|---|
GetPageMetaFactory ( int publicationId ) : PageMetaFactory |
public GetAllPublishedPageUrls ( string includeExtensions, string pathStarts ) : string[] | ||
includeExtensions | string | |
pathStarts | string | |
return | string[] |
public GetContentByUri ( string TcmUri ) : string | ||
TcmUri | string | |
return | string |
public GetContentByUrl ( string Url ) : string | ||
Url | string | URL of the page |
return | string |
public GetLastPublishedDateByUri ( string uri ) : System.DateTime | ||
uri | string | |
return | System.DateTime |
public GetLastPublishedDateByUrl ( string url ) : System.DateTime | ||
url | string | |
return | System.DateTime |
public TridionPageProvider ( IProvidersCommonServices providersCommonServices ) : System | ||
providersCommonServices | IProvidersCommonServices | |
return | System |