D
Daniel Groh
Hi folks,
Having this code:
if(User.IsInRole("ConfiguredRole")) {
ApplyRule();
}
should it works right ? but doesn't with me...when i set User. (dot) i just
have some properties and methods where the method IsInRole() is not
showing...How do i do ?
Thanks in advance
Daniel
Having this code:
if(User.IsInRole("ConfiguredRole")) {
ApplyRule();
}
should it works right ? but doesn't with me...when i set User. (dot) i just
have some properties and methods where the method IsInRole() is not
showing...How do i do ?
Thanks in advance
Daniel