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: 2015.1.103.4687 (2015.1.103.4687)

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