AFSecurityRightsExtension Methods
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
The AFSecurityRightsExtension type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CanAnnotate |
This extension method determines if the current user has
Annotate rights on the object.
| |
| CanDelete |
This extension method determines if the current user has
Delete rights on the object.
| |
| CanExecute |
This extension method determines if the current user has
Execute rights on the object.
| |
| CanRead |
This extension method determines if the current user has
Read access to the object.
| |
| CanReadData |
This extension method determines if the current user has
ReadData access to the object.
| |
| CanSubscribe |
This extension method determines if the current user has
Subscribe rights on the object.
| |
| CanSubscribeOthers |
This extension method determines if the current user has
SubscribeOthers rights on the object.
| |
| CanWrite |
This extension method determines if the current user has
Write access to the object.
| |
| CanWriteData |
This extension method determines if the current user has
WriteData access to the object.
| |
| HasAdmin |
This extension method determines if the current user has
Admin rights on the object.
|