UserContextRefreshPermissions Method (String, String) |
Refresh permissions for a specific object.
The specified ID should be the ID of the object itself, or of its parent object, depending on the type of object.
For example, when refreshing permissions for "page_element" the
ID should be the ID of the parent
PageInfo.
Note that this method is primarily intended for internal platform use.
Namespace:
NetQuarry.Security
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void RefreshPermissions(
string objectTypeKey,
string ID
)
Public Sub RefreshPermissions (
objectTypeKey As String,
ID As String
)
Parameters
- objectTypeKey
- Type: SystemString
The object type. - ID
- Type: SystemString
The object ID or parent object ID, depending on the object type.
See Also