Method DeletePromoScreen
DeletePromoScreen(Int32)
Deletes the promoscreen at the given index.
Declaration
public TryOptionAsync<HttpResponseMessage> DeletePromoScreen(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The index. |
Returns
Type | Description |
---|---|
LanguageExt.TryOptionAsync<System.Net.Http.HttpResponseMessage> | The reply. |