Create a workspace view

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)

Syntax

C#
public ViewMap(
	List<string> text
)
Visual Basic
Public Sub New ( _
	text As List(Of String) _
)
Visual C++
public:
ViewMap(
	List<String^>^ text
)

Parameters

text
Type: System.Collections.Generic..::..List<(Of <(<'String>)>)>
List of Left/Right pairs for the map

See Also