Click or drag to resize
TranslationManagerUndeclareTranslation Method
Dissociates the identifier name from an encoding and decoding delegate pair.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public static bool UndeclareTranslation(
	string name
)

Parameters

name
Type: SystemString
Name of the identifier to dissociates.

Return Value

Type: Boolean
true if such an association has been previously registered; false otherwise.
See Also