Click or drag to resize

OrganisationUnitManager Methods

The OrganisationUnitManager type exposes the following members.

Methods
  NameDescription
Public methodAddOrganisationUnitGroup
Adds the new organisation unit group and adds a data right for the current user.
Public methodAddOrganisationUnitUser
Adds the new organisation unit user and adds data rights for themself and current user.
Public methodChangeCurrentOrganisationUnitUserPassword
Changes the password of the current user
Public methodChangeOrganisationUnitPassword
Changes the password of the user with the given ID.
Public methodDeleteOrganisationUnitGroup
Deletes the given organisation unit group.
Public methodDeleteOrganisationUnitUser
Deletes the given organisation unit user.
Public methodDoesCurrentUserNeedToChangePassword
Returns, if the current user need to change his password.
Public methodEquals (Inherited from Object.)
Public methodGetGroupInvolvedOrganisationUnit
Returns a list of IDs of organisation units that are involved in the group with the given ID.
Public methodGetHashCode (Inherited from Object.)
Public methodGetOrganisationUnitGroup
Returns the organisation unit group matching the given ID.
Public methodGetOrganisationUnitImageSource
Returns the base64 encoded image of the organisation unit.
Public methodGetOrganisationUnitList
Returns a list of organisation units that match the given filter.
Public methodGetOrganisationUnitListFilter
Returns the organisation unit list filter that was at last saved for the user or the default filter if defaultFilter is set to true.
Public methodGetOrganisationUnitStructure
Returns the organisation unit structure that matches the given filter.
Public methodGetOrganisationUnitUser
Returns the organisation unit user matching the given ID.
Public methodGetOrganisationUnitUserList
Returns a list of organisation unit users matching the given filter.
Public methodGetType (Inherited from Object.)
Public methodGetUserInvolvedOrganisationUnit
Returns a list of IDs of organisation units that are involved in the user with the given ID.
Public methodHasGroupMasterKeyMode
Returns if the group is secured with master key.
Public methodHasUserMasterKeyMode
Returns if the user is secured with master key.
Public methodToString (Inherited from Object.)
Public methodUpdateOrganisationUnitGroup
Updates the given organisation unit group.
Public methodUpdateOrganisationUnitUser
Updates the given organisation unit user.
Top
See Also