[This is preliminary documentation and is subject to change.]

Refreshes the security information, so that if a role has changed in the system, all the logged in user will have their roles changed accordingly. Note that this sets the session but does not really use the session, if it is not set.

Namespace:  OfficeClip.DBLayer.Framework
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public static bool SynchronizeSecurityInfo()
Visual Basic (Declaration)
Public Shared Function SynchronizeSecurityInfo As Boolean
Visual C++
public:
static bool SynchronizeSecurityInfo()

Return Value

false if no sync is done, true otherwise

See Also