Overload | Description |
---|---|
GetByTitle(String) | Returns the first page in this collection with the given title or null if a page with this title is not found. The strings are compared case-sensitively using the current culture. |
GetByTitle(String,StringComparison) | Returns the first page in this collection with the given title or null if a page with this title is not found. |