Create a FormSpec
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
Syntax
C# |
---|
public SpecField( int code, string name, SpecFieldDataType datatype, int length, SpecFieldFieldType fieldtype ) |
Visual Basic |
---|
Public Sub New ( _ code As Integer, _ name As String, _ datatype As SpecFieldDataType, _ length As Integer, _ fieldtype As SpecFieldFieldType _ ) |
Visual C++ |
---|
public: SpecField( int code, String^ name, SpecFieldDataType datatype, int length, SpecFieldFieldType fieldtype ) |
Parameters
- code
- Type: System..::..Int32
- name
- Type: System..::..String
- datatype
- Type: Perforce.P4..::..SpecFieldDataType
- length
- Type: System..::..Int32
- fieldtype
- Type: Perforce.P4..::..SpecFieldFieldType