The succes:boolean; property is defining a boolean value that indicates whether the creation of
a new clientside page was successful or not. It is used as part of the TCreatePageResult type,
which is the result type returned by the create method of the IQueryPages interface. If the
value of succes is true, it means that the page creation was successful. If the value is
false, it means that the page creation was not successful.
The
succes:boolean;
property is defining a boolean value that indicates whether the creation of a new clientside page was successful or not. It is used as part of theTCreatePageResult
type, which is the result type returned by thecreate
method of theIQueryPages
interface. If the value ofsucces
istrue
, it means that the page creation was successful. If the value isfalse
, it means that the page creation was not successful.