CanOpen method

Uses the full text index to determine whether a member can access the specified item.

Syntax


C++

HRESULT get_CanOpen(
   LONG MyMemberID,
   BSTR RoomID,

   
BSTR ItemID,
   VARIANT_BOOL
* pCanOpen)

Scripting languages

CanOpen = Object.CanOpen(
   
MyMemberID as LONG,
   
RoomID as String,
   
ItemID as String
)

 

Parameters


MyMemberID

The ID of the member whose access you are checking.

RoomID

The ID of the room in which the item resides.

ItemID

The ID of the item.

pCanOpen

Upon return, TRUE if the member can open the item, FALSE if the member cannot open the item.

Return value


C++

The return code.

Scripting languages

Upon return, TRUE if the member can open the item, FALSE if the member cannot open the item.

 

Home

Applies to

IERUFullTextIndexer