This method allows to create new screens. 此方法允许创建新的聚合图形

    Parameters 参数

    (object/array) Screens to create. 创建聚合图形

    Additionally to the , the method accepts the following parameters. 此外 standard screen properties,此方法接受以下参数:

    (object) Returns an object containing the IDs of the created screens under the property. The order of the returned IDs matches the order of the passed screens. (object) 返回一个对象,该对象包含在属性下创建的聚合图形的id。返回的id的顺序与传递的聚合图形的顺序相匹配。

    Examples 示例如下

    Creating a screen 创建一个聚合图形

    Request:

    Response:

    Screen sharing

    Create a screen with two types of sharing (user and user group). 创建一个两种共享类型的聚合图形(用户和用户组)

    Request:

    Source

    CScreen::create() in frontends/php/include/classes/api/services/CScreen.php.