None.
None.
Name | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
CatId | integer |
None. |
|
Title | string |
None. |
|
Content | string |
None. |
[ { "Id": 1, "CatId": 2, "Title": "sample string 3", "Content": "sample string 4" }, { "Id": 1, "CatId": 2, "Title": "sample string 3", "Content": "sample string 4" } ]
<ArrayOfQuestionSearchModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.HelpCenter.Models"> <QuestionSearchModel> <CatId>2</CatId> <Content>sample string 4</Content> <Id>1</Id> <Title>sample string 3</Title> </QuestionSearchModel> <QuestionSearchModel> <CatId>2</CatId> <Content>sample string 4</Content> <Id>1</Id> <Title>sample string 3</Title> </QuestionSearchModel> </ArrayOfQuestionSearchModel>