Client
A sub namespace of Document, exclusive for client operations
nota
The same methods that are presented in the Document Introduction but do not take the first param documentName, because you're already in a Client document
getImages
Description
This method can be used to get clients image url.
Method(s)
1 declare function getImages(ids: string[]): string[];
Parameter | Type | Required | Defaults | Description |
---|---|---|---|---|
ids | string[] | true | Array of client ids |
Basic Usage
SW.Document.Client.getImages(["f6671567-67b2-430c-bf04-dc7a41e99395"]);