|  | Aqualogic Interaction API | |
| IPTGuestLoginManager.OpenBySubPortalID Method |
Open the object that contains the specified subportal ID.
object OpenBySubPortalID(
int nSubPortalID,
bool bLockInitially);
Parameters
-
nSubPortalID
- the subportal object ID
-
bLockInitially
- Should the object be locked before opening it? Open will fail if bLockInitially is true and the object is already locked. If true is passed in for bLockInitially, the client is responsible for calling IPTServerContext.UnlockObject
Return Value
the object to be opened
See Also
IPTGuestLoginManager Interface | com.plumtree.server Namespace