GDoc::getScope
Description
In BBj 11.0 and higher, this method returns the scope of the specified entity on the Google document.
Syntax
Return Value |
Method |
int |
getScope(string id) |
Parameters
Variable |
Description |
id |
Specifies the id of the entity to get the scope for on the Google document. |
Return Values
Returns the scope of the specified entity on the Google document. This will be one of the following constant values: NO_SCOPE, OWNER_SCOPE, PEEKER_SCOPE, READER_SCOPE, WRITER_SCOPE.
Remarks
None.
Example
|