| TranslationManagerUndeclareTranslation Method |
Dissociates the identifier name from an encoding and
decoding delegate pair.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public static bool UndeclareTranslation(
string name
)
Public Shared Function UndeclareTranslation (
name As String
) As Boolean
public:
static bool UndeclareTranslation(
String^ name
)
Parameters
- name
- Type: SystemString
Name of the identifier to dissociates.
Return Value
Type:
Booleantrue if such an association has been previously
registered;
false otherwise.
See Also