C# 클래스 Hyves.Service.ThreadsService

Represents the service APIs that allow access to information on Hyves threads.
파일 보기 프로젝트 열기: Sitecore/Hyves-network-provider-for-Sitecore-Social-Connected-1.3

공개 메소드들

메소드 설명
GetComments ( string threadId ) : Collection

Gets the comments from the specified thread. This corresponds to the threads.getComments Hyves method.

GetComments ( string threadId, bool useFancyLayout, int page, int resultsPerPage ) : Collection

Gets the comments from the specified thread. This corresponds to the threads.getComments Hyves method.

GetThreads ( Collection threadIds ) : Collection

Gets the desired information about the specified thread. This corresponds to the threads.get Hyves method.

GetThreads ( Collection threadIds, HyvesThreadResponsefield responsefields ) : Collection

Gets the desired information about the specified thread. This corresponds to the threads.get Hyves method.

GetThreads ( Collection threadIds, HyvesThreadResponsefield responsefields, bool useFancyLayout ) : Collection

Gets the desired information about the specified thread. This corresponds to the threads.get Hyves method.

GetThreads ( Collection threadIds, bool useFancyLayout ) : Collection

Gets the desired information about the specified thread. This corresponds to the threads.get Hyves method.

GetThreadsByHub ( string hubId ) : Collection

Gets the desired threads from the specified user. This corresponds to the threads.getByHub Hyves method.

GetThreadsByHub ( string hubId, HyvesThreadResponsefield responsefields ) : Collection

Gets the desired threads from the specified user. This corresponds to the threads.getByHub Hyves method.

GetThreadsByHub ( string hubId, HyvesThreadResponsefield responsefields, bool useFancyLayout ) : Collection

Gets the desired threads from the specified user. This corresponds to the threads.getByHub Hyves method.

GetThreadsByHub ( string hubId, bool useFancyLayout ) : Collection

Gets the desired threads from the specified user. This corresponds to the threads.getByHub Hyves method.

비공개 메소드들

메소드 설명
ConvertResponsefieldsToString ( HyvesThreadResponsefield responsefields ) : string
ThreadsService ( HyvesSession session ) : System

메소드 상세

GetComments() 공개 메소드

Gets the comments from the specified thread. This corresponds to the threads.getComments Hyves method.
public GetComments ( string threadId ) : Collection
threadId string The requested thread Id.
리턴 Collection

GetComments() 공개 메소드

Gets the comments from the specified thread. This corresponds to the threads.getComments Hyves method.
public GetComments ( string threadId, bool useFancyLayout, int page, int resultsPerPage ) : Collection
threadId string The requested thread Id.
useFancyLayout bool Display information the same way that that is being done on the site, including things like smilies.
page int The requested page.
resultsPerPage int The number of results per page.
리턴 Collection

GetThreads() 공개 메소드

Gets the desired information about the specified thread. This corresponds to the threads.get Hyves method.
public GetThreads ( Collection threadIds ) : Collection
threadIds Collection The requested threadIds.
리턴 Collection

GetThreads() 공개 메소드

Gets the desired information about the specified thread. This corresponds to the threads.get Hyves method.
public GetThreads ( Collection threadIds, HyvesThreadResponsefield responsefields ) : Collection
threadIds Collection The requested threadIds.
responsefields HyvesThreadResponsefield Get extra information from the thread.
리턴 Collection

GetThreads() 공개 메소드

Gets the desired information about the specified thread. This corresponds to the threads.get Hyves method.
public GetThreads ( Collection threadIds, HyvesThreadResponsefield responsefields, bool useFancyLayout ) : Collection
threadIds Collection The requested threadIds.
responsefields HyvesThreadResponsefield Get extra information from the thread.
useFancyLayout bool Display information the same way that that is being done on the site, including things like smilies.
리턴 Collection

GetThreads() 공개 메소드

Gets the desired information about the specified thread. This corresponds to the threads.get Hyves method.
public GetThreads ( Collection threadIds, bool useFancyLayout ) : Collection
threadIds Collection The requested threadIds.
useFancyLayout bool Display information the same way that that is being done on the site, including things like smilies.
리턴 Collection

GetThreadsByHub() 공개 메소드

Gets the desired threads from the specified user. This corresponds to the threads.getByHub Hyves method.
public GetThreadsByHub ( string hubId ) : Collection
hubId string The requested user Id.
리턴 Collection

GetThreadsByHub() 공개 메소드

Gets the desired threads from the specified user. This corresponds to the threads.getByHub Hyves method.
public GetThreadsByHub ( string hubId, HyvesThreadResponsefield responsefields ) : Collection
hubId string The requested user Id.
responsefields HyvesThreadResponsefield Get extra information from the thread.
리턴 Collection

GetThreadsByHub() 공개 메소드

Gets the desired threads from the specified user. This corresponds to the threads.getByHub Hyves method.
public GetThreadsByHub ( string hubId, HyvesThreadResponsefield responsefields, bool useFancyLayout ) : Collection
hubId string The requested user Id.
responsefields HyvesThreadResponsefield Get extra information from the thread.
useFancyLayout bool Display information the same way that that is being done on the site, including things like smilies.
리턴 Collection

GetThreadsByHub() 공개 메소드

Gets the desired threads from the specified user. This corresponds to the threads.getByHub Hyves method.
public GetThreadsByHub ( string hubId, bool useFancyLayout ) : Collection
hubId string The requested user Id.
useFancyLayout bool Display information the same way that that is being done on the site, including things like smilies.
리턴 Collection