Méthode | Description | |
---|---|---|
FindPage ( string url ) : IPage | ||
FindPageContent ( string url ) : string | ||
GetAllPublishedPageUrls ( string includeExtensions, string pathStarts ) : string[] |
|
|
GetLastPublishedDateByUri ( string uri ) : System.DateTime | ||
GetLastPublishedDateByUrl ( string url ) : System.DateTime | ||
GetPage ( string tcmUri ) : IPage | ||
GetPageContent ( string tcmUri ) : string | ||
HasPageChanged ( string url ) : bool | ||
TryFindPage ( string url, IPage &page ) : bool | ||
TryFindPageContent ( string url, string &pageContent ) : bool | ||
TryGetPage ( string tcmUri, IPage &page ) : bool | ||
TryGetPageContent ( string tcmUri, string &pageContent ) : bool |
Méthode | Description | |
---|---|---|
GetIPageObject ( string pageStringContent ) : IPage |
Returns an IPage object
|
Méthode | Description | |
---|---|---|
GetStringContentFromBrokerByUri ( string TcmUri ) : string |
Gets the raw string (xml) from the broker db by URI
|
|
GetStringContentFromBrokerByUrl ( string Url ) : string |
Gets the raw string (xml) from the broker db by URL
|
|
LoadComponentModelsFromComponentFactory ( IPage page ) : void | ||
resolveLinks ( Field richTextField, TcmUri pageUri ) : void |
public FindPageContent ( string url ) : string | ||
url | string | |
Résultat | string |
public GetAllPublishedPageUrls ( string includeExtensions, string pathStarts ) : string[] | ||
includeExtensions | string | |
pathStarts | string | |
Résultat | string[] |
protected static GetIPageObject ( string pageStringContent ) : IPage | ||
pageStringContent | string | String to desirialize to an IPage object |
Résultat | IPage |
public GetLastPublishedDateByUri ( string uri ) : System.DateTime | ||
uri | string | |
Résultat | System.DateTime |
public GetLastPublishedDateByUrl ( string url ) : System.DateTime | ||
url | string | |
Résultat | System.DateTime |
public GetPageContent ( string tcmUri ) : string | ||
tcmUri | string | |
Résultat | string |
public HasPageChanged ( string url ) : bool | ||
url | string | |
Résultat | bool |
public TryFindPage ( string url, IPage &page ) : bool | ||
url | string | |
page | IPage | |
Résultat | bool |
public TryFindPageContent ( string url, string &pageContent ) : bool | ||
url | string | |
pageContent | string | |
Résultat | bool |
public TryGetPage ( string tcmUri, IPage &page ) : bool | ||
tcmUri | string | |
page | IPage | |
Résultat | bool |
public TryGetPageContent ( string tcmUri, string &pageContent ) : bool | ||
tcmUri | string | |
pageContent | string | |
Résultat | bool |