This method checks if you have the right to update the repository

Namespace: Novalys.VisualGuard.Security.Membership
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public bool CanUpdateRepository()
Visual Basic
Public Function CanUpdateRepository As Boolean

Return Value

Type: Boolean
true if the principal has the permission, false otherwise

Remarks

This method use [!:CheckUpdateRepository]

See Also