- Namespace
- NetlifySharp
.Operations .Sites - Base Types
graph TD
Base0["PagedOperation<TResponse, TThis>"]-->Type
click Base0 "/api/NetlifySharp.Operations/PagedOperation_2"
Base1["ResponseOperation<TResponse, TThis>"]-->Base0
click Base1 "/api/NetlifySharp.Operations/ResponseOperation_2"
Base2["Operation<TThis>"]-->Base1
click Base2 "/api/NetlifySharp.Operations/Operation_1"
Base3["object"]-->Base2
Type["ListSiteForms"]
class Type type-node
Syntax
public class ListSiteForms : PagedOperation<Form[], ListSiteForms>
Properties
| Name | Value | Summary |
|---|---|---|
| Body | object |
Inherited from Operation
|
| Client | NetlifyClient |
Inherited from Operation
|
| Endpoint | Endpoint |
Inherited from Operation
|
| Method | HttpMethod |
Inherited from Operation
|
| Query | IDictionary |
Inherited from Operation
|
| RequestHandler | Action |
Inherited from Operation
|
| ResponseHandler | Action |
Inherited from Operation
|
Methods
| Name | Value | Summary |
|---|---|---|
| GetRequest |
HttpRequestMessage |
Inherited from Operation
|
| GetResponseAsync |
Task |
Inherited from Operation
|
| ProcessResponseAsync |
Task |
Inherited from Operation
|
| Read |
Task |
Inherited from Operation
|
| ReadResponseAsync |
Task |
Inherited from ResponseOperation
|
| SendAsync |
Task |
Inherited from ResponseOperation
|
| WithPage |
TThis |
Inherited from PagedOperation
|
| WithPerPage |
TThis |
Inherited from PagedOperation
|
| WithRequestHandler |
TThis |
Inherited from Operation
|
| WithResponseHandler |
TThis |
Inherited from Operation
|