Skip navigation  
Glossary  |  General Information  
   Content Services User Administration API
     Search in CS User Admin API Overview   |   API Classes   |   Enumeration Constants   |   Status Codes  
Level 1 Overview
Level 1 API Classes
Level 2 mezSession
Level 2     Methods
Level 2     ChangeGroup
Level 2     Login
Level 2     Logout
Level 2     PasswordModify
Level 2     Properties
Level 2     bAddGroups
Level 2     bAddItems
Level 2     bAddUsers
Level 2     bIsAdmin
Level 2     bNetworkLogin
Level 2     hSctx
Level 2     sCurrentGroup
Level 2     sServerName
Level 2     sSystemName
Level 2     sUserName
Level 2 mezObject
Level 2 mezProperty
Level 2 mezList
Level 2 mezUtility
Level 1 Enumeration Constants
Level 1 Status Codes
Level 1 General Information
   

bAddGroups Property

This property returns Boolean True when, within the context of the current Content Services library session, the user has permission to add groups to the CS library; otherwise, the method returns False.

Syntax
objMezSession.bAddGroups

Applies to
mezSession object

Data Type
Boolean

Default Value
False

Access
Read-only

 

bAddItems Property

This property returns Boolean True when, within the context of the current Content Services library session, the user has permission to add document items to the CS library; otherwise, the method returns False.

Syntax
objMezSession.bAddItems

Applies to
mezSession object

Data Type
Boolean

Default Value
False

Access
Read-only

 

bAddUsers Property

This property returns Boolean True when, within the context of the current Content Services library session, the user has permission to add users to the CS library; otherwise, the method returns False.

Syntax
objMezSession.bAddUsers

Applies to
mezSession object

Data Type
Boolean

Default Value
False

Access
Read-only

 

bIsAdmin Property

This property returns Boolean True when, within the context of the current Content Services library session, the user's current group assignment is the Administrators group; otherwise, the method returns False.

Syntax
objMezSession.bIsAdmin

Applies to
mezSession object

Data Type
Boolean

Default Value
False

Access
Read-only

 

bNetworkLogin Property

This property returns Boolean True when the user's network login was used to initiate the current Content Services library session; otherwise, the method returns False.

Syntax
objMezSession.bNetworkLogin

Applies to
mezSession object

Data Type
Boolean

Default Value
False

Access
Read-only

 

hSctx Property

This property returns the handle of the user session into the Content Services library.

Syntax
objMezSession.hSctx

Applies to
mezSession object

Data Type
Long

Default Value
n/a

Access
Read-only

 

sCurrentGroup Property

The name of the user's current group assignment within the context of the current Content Services library session.

Syntax
objMezSession.sCurrentGroup

Applies to
mezSession object

Data Type
String

Default Value
Empty (null)

Access
Read-only

 

sServerName Property

Within the context of the user's current Content Services library session, this property contains the name of the server where the CS library is located.

Syntax
objMezSession.sServerName

Applies to
mezSession object

Data Type
String

Default Value
Empty (null)

Access
Read-only

 

sSystemName Property

Within the context of the user's current Content Services library session, this property contains the name of the CS library.

Syntax
objMezSession.sSystemName

Applies to
mezSession object

Data Type
String

Default Value
Empty (null)

Access
Read-only

 

sUserName Property

The name of the user.

Syntax
objMezSession.sUserName

Applies to
mezSession object

Data Type
String

Default Value
Empty (null)

Access
Read-only