| Package | Description |
|---|---|
| com.independentsoft.share |
| Modifier and Type | Method and Description |
|---|---|
ViewScope |
View.getScope()
Gets the scope.
|
ViewScope |
CamlQueryOptions.getViewScope()
Gets the view scope.
|
static ViewScope |
ViewScope.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ViewScope[] |
ViewScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
View.setScope(ViewScope scope)
Sets the scope.
|
void |
CamlQueryOptions.setViewScope(ViewScope viewScope)
Sets the view scope.
|