IGetAllTexts.GetAllTexts method
Gets all local text entries.
public IDictionary<LanguageIdKeyPair, string?> GetAllTexts(bool pending)
| parameter | description |
|---|---|
| pending | true to return pending (not yet approved) texts. |
Return Value
A dictionary of all local text entries.
See Also
- struct LanguageIdKeyPair
- interface IGetAllTexts