 | User.GetAncestors Method (Int32) |
Namespace:
Dynamicweb.Security.UserManagement
Assembly:
Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntaxpublic static IEnumerable<Group> GetAncestors(
int userId
)
Public Shared Function GetAncestors (
userId As Integer
) As IEnumerable(Of Group)
Parameters
- userId
- Type: System.Int32
Return Value
Type:
IEnumerable<Group>
See Also