Click or drag to resize

VGRepositoryUpdateRepository Method

Gets a repository Information.

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public static VGRepositoryStatus UpdateRepository(
	VGRepository repository
)

Parameters

repository
Type: Novalys.VisualGuard.Security.MembershipVGRepository

Return Value

Type: VGRepositoryStatus
A VGIRepositoryInformation object representing the specified repository. null if the repository was not found.
Exceptions
ExceptionCondition
SecurityExceptionThe current user has not enough privileges to use Membership API. The Membership access level of the application must be sufficient to allows this action or the 'Membership Manager' role must be granted to the user by using the Visual Guard console.
See Also