singleUser property
EditableRange.singleUser property
Returns or sets the single user for editable range.
get singleUser(): string
Remarks
This editor can be stored in one of the following forms:
DOMAIN\Username - for users whose access shall be authenticated using the current user’s domain credentials.
user@domain.com - for users whose access shall be authenticated using the user’s e-mail address as credentials.
user - for users whose access shall be authenticated using the current user’s machine credentials.
Single user and editor group cannot be set simultaneously for the specific editable range, if the one is set, the other will be clear.
See Also
- module Aspose.Words
- class EditableRange