| 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: 7.2.0.0 (7.2.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