C# 클래스 Net.Pokeshot.JiveSdk.Clients.MembersClient

상속: JiveClient
파일 보기 프로젝트 열기: jivesoftware/JiveDotNetSDK

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetMember ( int memberID, List fields = null ) : Member

Return the specified membership.

GetMembersByGroup ( int placeID, List state = null, int count = 25, int startIndex, List filter = null, List fields = null ) : List

Retrieve all memberships of a given group that match the specified criteria.

GetMembersByPerson ( int personID, List state = null, int count = 25, int startIndex, List filter = null, List fields = null ) : List

Retrieve all memberships of a given person that match the specified criteria.

MembersClient ( string communityUrl, NetworkCredential credentials ) : System

메소드 상세

GetMember() 공개 메소드

Return the specified membership.
public GetMember ( int memberID, List fields = null ) : Member
memberID int ID of the membership to be returned.
fields List Fields to include in the returned Member.
리턴 Net.Pokeshot.JiveSdk.Models.Member

GetMembersByGroup() 공개 메소드

Retrieve all memberships of a given group that match the specified criteria.
public GetMembersByGroup ( int placeID, List state = null, int count = 25, int startIndex, List filter = null, List fields = null ) : List
placeID int Group ID of the social group for which to select memberships.
state List List of states used to filter the returned results (default is all states). Possible values are: 'banned', 'invited', 'member', 'owner' and 'pending'.
count int Maximum number of memberships to be returned (default is 25).
startIndex int Zero-relative offset of the first membership to be returned (default is 0).
filter List The filter criteria used to select memberships
fields List Fields to be returned in the selected memberships.
리턴 List

GetMembersByPerson() 공개 메소드

Retrieve all memberships of a given person that match the specified criteria.
public GetMembersByPerson ( int personID, List state = null, int count = 25, int startIndex, List filter = null, List fields = null ) : List
personID int ID of the person for which to select memberships.
state List List of states used to filter the returned results (default is all states). Possible values are: 'banned', 'invited', 'member', 'owner' and 'pending'.
count int Maximum number of memberships to be returned (default is 25).
startIndex int Zero-relative offset of the first membership to be returned (default is 0).
filter List The filter criteria used to select memberships
fields List Fields to be returned in the selected memberships.
리턴 List

MembersClient() 공개 메소드

public MembersClient ( string communityUrl, NetworkCredential credentials ) : System
communityUrl string
credentials System.Net.NetworkCredential
리턴 System