  | UserGetAncestors 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: SystemInt32
 
Return Value
Type: 
IEnumerableGroup
See Also