Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

InterfaceMethodExplanationPriority
IPageFactory



IPage FindPage(string url);Finds IPage (generic type) for given URLM

IPage GetPage(string tcmUri);Retrieves IPage (generic type) for given TCM URIM

string FindPageContent(string url)Retrieves raw content for page as string for given URLS

string GetPageContent(string tcmUri)Retrieves raw content for page as string for given TCM URIS

IPage GetIPageObject(string pageStringContent)Converts raw content (string) to IPageS

DateTime GetLastPublishedDateByUrl(string url)Gets last publish date by URL (for custom caching purposes)S

DateTime GetLastPublishedDateByUri(string uri)Gets last publish date by TCM URI (for custom caching purposes)S

string[] GetAllPublishedPageUrls(string[] includeExtensions, string[] pathStarts)Gets all published page URLsC

TODO: FINISH (perhaps as an Excel sheet..)


DXA 1.*

There is no new DXA 2.0 API, only the R2 data model (there are a few breaking changes in the API which are documented).