Click or drag to resize

EnterpriseTeam Class

Represents Enterprise Team.
Inheritance Hierarchy
SystemObject
  KeeperSecurity.EnterpriseEnterpriseTeam

Namespace: KeeperSecurity.Enterprise
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public class EnterpriseTeam

The EnterpriseTeam type exposes the following members.

Constructors
 NameDescription
Public methodEnterpriseTeamInitializes a new instance of the EnterpriseTeam class
Top
Properties
 NameDescription
Public propertyName Team Name.
Public propertyParentNodeId Node that owns the team.
Public propertyRestrictEdit Restricts Record Edit?
Public propertyRestrictSharing Restricts Record Sharing?
Public propertyRestrictView Restricts Record View?
Public propertyTeamKey Team Encryption Key.
Public propertyUid Team UID.
Top
See Also