ClientContext.GetDisplayTagList Method

Get string array with tag list of a display
<ID("GetDisplayTagList", (int)e.GetDisplayTagList)> _ 
<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)> _ 
Public Function GetDisplayTagList( _ 
ByVal displayName As String, _ 
Optional ByVal onlyServerDomain As Boolean = true _ 
) As String()
This language is not supported or no code example is available.
[ID("GetDisplayTagList", (int)e.GetDisplayTagList)] 
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] 
public string[] GetDisplayTagList( 
string displayName
bool onlyServerDomain = true 
)
This language is not supported or no code example is available.

Parameters

displayName
string

Date time

onlyServerDomain
bool

Return Value

string[]

String array with tag list of a display

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition