Bitrix API

DirectAccessCommandServiceClient implements CommandServiceClientInterface

Table of Contents

Interfaces

CommandServiceClientInterface

Methods

__construct()  : mixed
drop()  : Result
Disconnects the users with the identifiers specified in the $userIds parameter from the document editing service.
rename()  : Result
Renames the document

Methods

drop()

Disconnects the users with the identifiers specified in the $userIds parameter from the document editing service.

public drop(string $documentKey, array<string|int, mixed> $userIds) : Result
Parameters
$documentKey : string

Document identifier

$userIds : array<string|int, mixed>

Array of user identifiers

Return values
Result

rename()

Renames the document

public rename(string $documentKey, string $newName) : Result
Parameters
$documentKey : string

Document identifier

$newName : string

New document name

Return values
Result

        
On this page

Search results