ClientContext.SetRetentiveContextToTags Method

Set retentive context to tags
<ID("SetRetentiveContextToTags", (int)e.SetRetentiveContextToTags)> _ 
<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)> _ 
Public Function SetRetentiveContextToTags( _ 
ByVal tags As String(), _ 
ByVal context As String
) As Integer
This language is not supported or no code example is available.
[ID("SetRetentiveContextToTags", (int)e.SetRetentiveContextToTags)] 
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] 
public int SetRetentiveContextToTags( 
string[] tags
string context 
)
This language is not supported or no code example is available.

Parameters

tags
string[]

Array containg tags

context
string

Context

Return Value

int

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition