Maps one or more Perforce file specs to zero, one, or more other Perforce file specs.

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

Syntax

C#
public class ViewMap : List<MapEntry>
Visual Basic
Public Class ViewMap _
	Inherits List(Of MapEntry)
Visual C++
public ref class ViewMap : public List<MapEntry^>

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..List<(Of <(<'MapEntry>)>)>
    Perforce.P4..::..ViewMap

See Also