Plumtree Tags API  
 

Scope.GetScope Method 

This helper method converts from a String representation of a scope to a Scope object. This is not case-sensitive.

public static Scope GetScope(
   string _strName
);

Parameters

_strName
The name of the scope.

Return Value

Scope The requested Scope object. Null if the name is not a valid scope.

See Also

Scope Class | com.plumtree.portaluiinfrastructure.tags Namespace