escapeCmis
function
Escape single quotes and backslashes for safe embedding in a CMIS statement.
Signature
Section titled “Signature”function escapeCmis(value: string): string;Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
| value | string |
Returns: string