프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
Add ( ListItem Item ) : bool |
Adds Item to your autocomplete.
|
|
AddAsync ( ListItem Item ) : Task |
Adds an Item to your autocomplete.
|
|
AddBatch ( IEnumerable |
Adds multiple items in one batch upload.
|
|
AddBatch ( IEnumerable |
Adds multiple items in one batch upload.
|
|
AddBatchAsync ( IEnumerable |
Adds multiple items in one batch upload.
|
|
AddBatchAsync ( IEnumerable |
Adds multiple items in one batch upload.
|
|
AddOrUpdate ( ListItem Item ) : bool |
Adds an Item or Updates an existing item in your autocomplete.
|
|
AddOrUpdateAsync ( ListItem Item ) : Task |
Adds an Item or Updates an existing item in your autocomplete.
|
|
AddOrUpdateBatch ( IEnumerable |
Adds or Updates multiple items in one batch.
|
|
AddOrUpdateBatch ( IEnumerable |
Adds or Updates multiple items in one batch.
|
|
AddOrUpdateBatchAsync ( IEnumerable |
Adds or Updates multiple items in one batch.
|
|
AddOrUpdateBatchAsync ( IEnumerable |
Adds or Updates multiple items in one batch.
|
|
ConstructorIOAPI ( string APIKey, string AutocompleteKey, string Host = "ac.cnstrc.com" ) : System | ||
Modify ( ListItem ItemToModify ) : bool |
Modifies an existing item
|
|
ModifyAsync ( ListItem ItemToUpdate ) : Task |
Modifies an existing item
|
|
Remove ( ListItem Item ) : bool |
Removes an item from your autocomplete.
|
|
RemoveAsync ( ListItem ItemToRemove ) : Task |
Removes an item from your autocomplete.
|
|
RemoveBatch ( IEnumerable |
Removed multiple items from your autocomplete.
|
|
RemoveBatch ( IEnumerable |
Removed multiple items from your autocomplete.
|
|
RemoveBatchAsync ( IEnumerable |
Removed multiple items from your autocomplete.
|
|
Verify ( ) : bool |
Verify that the API key is valid.
|
|
VerifyAsync ( ) : Task |
Verify that the API key is valid.
|
public AddBatch ( IEnumerable |
||
Items | IEnumerable |
The items to add. |
AutocompleteSection | ListItemAutocompleteType | The section the items should be added to. |
리턴 | bool |
public AddBatch ( IEnumerable |
||
Items | IEnumerable |
The items to add. |
AutocompleteSection | string | The section the items should be added to. |
리턴 | bool |
public AddBatchAsync ( IEnumerable |
||
Items | IEnumerable |
The items to add. |
AutocompleteSection | ListItemAutocompleteType | The section the items should be added to. |
리턴 | Task |
public AddBatchAsync ( IEnumerable |
||
Items | IEnumerable |
The items to add. |
AutocompleteSection | string | The section the items should be added to. |
리턴 | Task |
public AddOrUpdate ( ListItem Item ) : bool | ||
Item | ListItem | The item to add or update |
리턴 | bool |
public AddOrUpdateAsync ( ListItem Item ) : Task |
||
Item | ListItem | The item to add or update |
리턴 | Task |
public AddOrUpdateBatch ( IEnumerable |
||
Items | IEnumerable |
The items to add or update. |
AutocompleteSection | ListItemAutocompleteType | The section the items should be added to. |
리턴 | bool |
public AddOrUpdateBatch ( IEnumerable |
||
Items | IEnumerable |
The items to add or update. |
AutocompleteSection | string | The section the items should be added to. |
리턴 | bool |
public AddOrUpdateBatchAsync ( IEnumerable |
||
Items | IEnumerable |
The items to add or update. |
AutocompleteSection | ListItemAutocompleteType | The section the items should be added to. |
리턴 | Task |
public AddOrUpdateBatchAsync ( IEnumerable |
||
Items | IEnumerable |
The items to add or update. |
AutocompleteSection | string | The section the items should be added to. |
리턴 | Task |
public ConstructorIOAPI ( string APIKey, string AutocompleteKey, string Host = "ac.cnstrc.com" ) : System | ||
APIKey | string | |
AutocompleteKey | string | |
Host | string | |
리턴 | System |
public ModifyAsync ( ListItem ItemToUpdate ) : Task |
||
ItemToUpdate | ListItem | The item to udpate |
리턴 | Task |
public RemoveAsync ( ListItem ItemToRemove ) : Task |
||
ItemToRemove | ListItem | The item to remove. |
리턴 | Task |
public RemoveBatch ( IEnumerable |
||
Items | IEnumerable |
|
AutocompleteSection | ListItemAutocompleteType | The autocomplete section to remove from. |
리턴 | bool |
public RemoveBatch ( IEnumerable |
||
Items | IEnumerable |
|
AutocompleteSection | string | The autocomplete section to remove from. |
리턴 | bool |
public RemoveBatchAsync ( IEnumerable |
||
ItemsToRemove | IEnumerable |
The items to remove. |
AutocompleteSection | string | The autocomplete section to remove from. |
리턴 | Task |