| Constable Authorization Engine 2.0 BETA |
|
WindowsRole.ResolveWindowsGroupNameSubstitutions Method
[This is preliminary documentation and subject to change.]
Replaces the substitution string with current values.
[Visual Basic]
Overridable Protected Function ResolveWindowsGroupNameSubstitutions( _
ByVal
name As
String _
) As
String
[C#]
protected virtual
string ResolveWindowsGroupNameSubstitutions(
string name);
Parameters
-
name
- The name of the windows group whose substitution strings have to be replaced.
Return Value
Returns name with substitution strings replaced by the corresponding current values.
Remarks
The substitutions are case insensitive.
See Also
WindowsRole Class | LaMarvin.Constable.Model Namespace