WebCenter Interaction API  
 

IPTAccessList.Add Method 

Adds a new entry to the access list

IPTAccessListEntry Add(
   int nClassID,
   int nObjectID,
   int AccessLevel,
   string bstrName,
   int nIndex,
   bool bReadonly
);

Parameters

nClassID
nObjectID
AccessLevel
bstrName
nIndex
bReadonly

Return Value

IPTAccessListEntry added

See Also

IPTAccessList Interface | com.plumtree.server Namespace | IPTAccessListEntry | PT_CLASSIDS | PT_ACCESS_LEVELS