CreateKnowledgeArticleTranslationResponse.CreateKnowledgeArticleTranslation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the translated knowledge article record.
public:
property Microsoft::Xrm::Sdk::EntityReference ^ CreateKnowledgeArticleTranslation { Microsoft::Xrm::Sdk::EntityReference ^ get(); };
public Microsoft.Xrm.Sdk.EntityReference CreateKnowledgeArticleTranslation { get; }
member this.CreateKnowledgeArticleTranslation : Microsoft.Xrm.Sdk.EntityReference
Public ReadOnly Property CreateKnowledgeArticleTranslation As EntityReference
Property Value
The translated knowledge article record.
Remarks
The translated knowledge article record has the title
, content
, description
and keywords
copied from the source knowledge article record, and the language set to the one you specified in the CreateKnowledgeArticleTranslationRequest message. You can update the translated knowledge article record to specify the translated content for the title
, content
, description
and keywords
columns.