| UserRelationGetUserRelationsByCategoryID Method |
Namespace:
Dynamicweb.Forum
Assembly:
Dynamicweb.Forum (in Dynamicweb.Forum.dll) Version: 3.0.3
Syntax public static IEnumerable<UserRelation> GetUserRelationsByCategoryID(
int id
)
Public Shared Function GetUserRelationsByCategoryID (
id As Integer
) As IEnumerable(Of UserRelation)
Parameters
- id
- Type: SystemInt32
Return Value
Type:
IEnumerableUserRelationSee Also