ClientStation.AddDisplayInCacheList Method

Get string array with tag list of a display
<ID("AddDisplayInCacheList", (int)e.AddDisplayInCacheList)> _ 
<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)> _ 
Public Sub AddDisplayInCacheList( _ 
ByVal displayName As String
)
This language is not supported or no code example is available.
[ID("AddDisplayInCacheList", (int)e.AddDisplayInCacheList)] 
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] 
public void AddDisplayInCacheList( 
string displayName 
)
This language is not supported or no code example is available.

Parameters

displayName
string

Display name

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition