The TranslationSettings type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
TranslationSettings |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Properties
Name | Description | |
---|---|---|
DataType |
Gets or sets the data type of the translation - constant according to XLIFF specification (htmlbody, plaintext, ...).
| |
GenerateTargetTag |
If true, target tag is generated and filled with source tag content while exporting to XLIFF (needed for Translations.com).
| |
Instructions |
Gets or sets the instructions which will be added to the translation submission.
| |
ItemIdentifier |
Gets or sets unique identifier of a file within a submission.
| |
Priority |
Gets or sets the priority with wich the translation will be submitted to the translation service (the higher the number the higher the priority).
| |
ProcessBinary |
Gets or sets the value which indicates whether to process binary values.
| |
SourceLanguage |
Gets or sets the source language of the object/document.
| |
TargetLanguage |
Gets or sets the target language of the object/document.
| |
TranslateAttachments |
Gets or sets the value which indicates whether to include attachmets binary data fields into translation.
| |
TranslateDocCoupledData |
Gets or sets the value which indicates whether to include coupled data fields into translation.
| |
TranslateEditableItems |
Gets or sets the value which indicates whether to include editable regions into translation.
| |
TranslateWebpartProperties |
Gets or sets the value which indicates whether to include webpart properties into translation.
| |
TranslationDeadline |
Gets or sets the deadline proposed for the translation.
| |
TranslationServiceName |
Gets or sets code name of the translation service used to submit a translation.
|
See Also