Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CreateKnowledgeArticleTranslationResponse.CreateKnowledgeArticleTranslation Property

Definition

Namespace:
Microsoft.Crm.Sdk.Messages
Assembly:
Microsoft.Crm.Sdk.Proxy.dll
Package:
Microsoft.PowerPlatform.Dataverse.Client v1.2.10

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.

Applies to