Click or drag to resize

ClientSubmitOptions Class

Client options that define what to do with files upon submit.
Inheritance Hierarchy
SystemObject
  Perforce.P4ClientSubmitOptions

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax
public class ClientSubmitOptions

The ClientSubmitOptions type exposes the following members.

Constructors
  NameDescription
Public methodClientSubmitOptions
Initializes a new instance of the ClientSubmitOptions class
Public methodClientSubmitOptions(String)
Initializes a new instance of the ClientSubmitOptions class
Public methodClientSubmitOptions(Boolean, SubmitType)
Initializes a new instance of the ClientSubmitOptions class
Top
Properties
  NameDescription
Public propertyReopen
Determines if the files is reopened upon submit.
Public propertySubmitType
Top
Methods
  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodParse
Parse a client spec formatted string
Public methodToString
Convert to a client spec formatted string
(Overrides ObjectToString.)
Top
Operators
See Also