Click or drag to resize
Askia

ILanguageCollectionRemove Method

Remove a language from the collection given its id

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
void Remove(
	int id
)

Parameters

id
Type: SystemInt32
Id of the language to remove

Return Value

Type: 
Return a boolean representing the success of the operation
See Also