The ICreatePageOptions interface is defining the structure for the optional options parameter in
the create method of the IQueryPages interface. It has a single property WelcomePage which is
of type boolean. This property is used to specify whether the created page should be set as the
welcome page for the site. If WelcomePage is set to true, the created page will be set as the
welcome page. If WelcomePage is not provided or set to false, the created page will not be set
as the welcome page.
The
ICreatePageOptions
interface is defining the structure for the optionaloptions
parameter in thecreate
method of theIQueryPages
interface. It has a single propertyWelcomePage
which is of typeboolean
. This property is used to specify whether the created page should be set as the welcome page for the site. IfWelcomePage
is set totrue
, the created page will be set as the welcome page. IfWelcomePage
is not provided or set tofalse
, the created page will not be set as the welcome page.