Type property

This property is implemented by the following interfaces. Click one of the links below to jump to the description of the property as it pertains to that interface.

IERUDatabaseManager
IERUDirectoryConnection

IERUDirectoryMember

IERUIcon

IERUItem

IERUMember

IERUSiteItem
IERUSEvent_Item

 

 

Type property

Returns the ERUDirectoryType of DirectoryConnection.

Syntax


C++

HRESULT get_Type(ERUDirectoryType* pDirType)

Scripting languages

DirType = Object.Type

Go to Top

Home

Applies to

IERUDirectoryConnection

 

 

Type property

Returns the ERUDirectoryMemberType of a DirectoryMember.

Syntax


C++

HRESULT get_Type(ERUDirectoryMemberType* pDirMemberType)

Scripting languages

DirMemberType = Object.Type

Go to Top

Home

Applies to

IERUDirectoryMember

 

 

Type property

Returns the ERUItemType of an Item.

Syntax


C++

HRESULT get_Type(ERUItemType* pItemType)

Scripting languages

ItemType = Object.Type

Go to Top

Home

Applies to

IERUItem

IERUSiteItem

IERUSEvent_Item

 

 

Type property

Returns the ERUIconType of an icon which indicates whether the it is a custom icon or a standard icon that comes with eRoom.

Syntax


C++

HRESULT get_Type(ERUIconType* pIconType)

Scripting languages

IconType = Object.Type

Go to Top

Home

Applies to

IERUIcon

Type property

Returns the ERUMemberType of a member which indicates whether the member is a Group or an individual User.

Syntax


C++

HRESULT get_Type(ERUMemberType* pMemberType)

Scripting languages

MemberType = Object.Type

Go to Top

Home

Applies to

IERUMember

Type property

Returns the ERUDatabaseType used by the eRoom server.

Syntax


C++

HRESULT get_Type(ERUDatabaseType *pDatabaseType)

Scripting languages

DatabaseType = Object.Type

Go to Top

Home

Applies to

IERUDatabaseManager