Share via


IncrementKnowledgeArticleViewCountRequest.Location Property

Definition

Gets or sets the location where the knowledge article record was used.

public:
 property int Location { int get(); void set(int value); };
public int Location { get; set; }
member this.Location : int with get, set
Public Property Location As Integer

Property Value

The location where the knowledge article record was used.

Remarks

In the current CRM release, you can only specify 1 (default value) for this parameter, which signifies the location as internal. The location value is stored in the KnowledgeArticleViews.Location attribute.

Applies to