[This is preliminary documentation and is subject to change.]

Defines a Perforce repository's default mapping between file names or locations and file types.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..List<(Of <(<'TypeMapEntry>)>)>
    Perforce.P4..::..TypeMap

See Also