IncrementKnowledgeArticleViewCountRequest.Location 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 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.