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

Represents the object security of any object in the OfficeClip system. There can be three types of object security which are, group based object security, role based object secirity and user based object security. This class contains two ids userId and roleId. Both roleId and userId cannot be present at one time.

Namespace:  OfficeClip.BusinessLayer.Security
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public class SecurityObject
Visual Basic (Declaration)
Public Class SecurityObject
Visual C++
public ref class SecurityObject

Inheritance Hierarchy

System..::.Object
  OfficeClip.BusinessLayer.Security..::.SecurityObject

See Also