TermInfoChangeTermByNamingType Method

Changes naming type of the specified Term.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public static bool ChangeTermByNamingType(
	SessionProfile sessionProfile,
	Term value,
	Guid toType,
	bool standard
)

Parameters

sessionProfile  SessionProfile
value  Term
Term to process changes.
toType  Guid
Target naming type of the Term.
standard  Boolean
Defines what options to use during look up.

Return Value

Boolean
Returns true if change was performed successfully. False otherwise.

See Also