Click or drag to resize
Group Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Class that defines a particular group in DataPA Enterprise.
Inheritance Hierarchy
SystemObject
  DataPAServerSecurityGroup

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class Group : _Group, ISerializable

The Group type exposes the following members.

Constructors
  NameDescription
Public methodGroup
Creates and returns a new Group object.
Public methodGroup(GroupsCollection)
Creates and returns a new Group object.
Public methodGroup(GroupsCollection, String)
Creates and returns a new Group object.
Public methodGroup(GroupsCollection, String, String)
Creates and returns a new Group object.
Top
Methods
  NameDescription
Public methodGetObjectData
Top
Fields
Properties
  NameDescription
Public propertyAdminGroup
Gets a boolean value that indicates if this group is the default admin group.
Public propertyAdministrator
Gets and sets a value that indicates if members of this group have admin rights.
Public propertyAllowLinks
Gets and sets a value that indicates if members of this group have permission to modify Links.
Public propertyAllowLockOverride
Gets and sets a value that indicates whether members of this group are allowed to override locks on the setup data.
Public propertyAllowSecurity
Gets and sets a value that indicates if members of this group have permission to open the security screen.
Public propertyAllowSetup
Gets and sets a value that indicates if members of this group have permission to open the setup screen.
Public propertyAllowSubjects
Gets and sets a value that indicates if members of this group have permission to modify subjects.
Public propertyAllowSystems
Gets and sets a value that indicates if members of this group have permission to modify Systems.
Public propertyCategories
Gets and sets a collection that contains the categories members of this group have access to.
Public propertyDefaultGroup
Gets a boolean value that indicates if this group is the default group.
Public propertyDefaultHomePage
Gets and sets a property that indicates the dafault home page for the web interface set for this group.
Public propertyDescription
Gets and sets the description of this group.
Public propertyGUID
Gets and sets a GUID that uniquely identifies this object.
Public propertyID
Gets a value that indicates the Unique ID of this object.
Public propertyName
Gets and sets the name of this group.
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyParent
Gets and sets the parent of this object.
Public propertyPublish
Gets and sets a value that indicates if members of this group have permission to publish content.
Public propertyRegCode
Gets and sets a value that specifies the Registered Licence Code for the Group.
Public propertyRegOrganisation
Gets and sets a value that specifies the Registered Organisation for the Group.
Public propertyRegSerialNum
Gets and sets a value that specifies the Registered Serial Number for the Group.
Public propertyRegUser
Gets and sets a value that specifies the Registered User for the Group.
Public propertyRequireSecurityPassword
Gets and sets a value that indicates if members of this group require a password to open the security screen.
Public propertySecurityPassword
Gets and sets a password required to open the security screen.
Public propertyUserLevel
Gets and sets a value that specifies the User Level for the Group.
Top
Remarks