doesItemExistWithTitle

Function

Check if a site/page exists with a specific name

  • doesItemExistWithTitle(itemTitle: string, options: Record<stringstring>, authMgr: IAuthenticationManager) : Promise<boolean>

Parameters

Parameter Type Default Notes
itemTitle Required string
options Required Record<stringstring>
authMgr Required IAuthenticationManager

Returns

Promise<boolean>

Function defined in common/src/items/does-item-exist-with-title.ts:7