Click or drag to resize

ClientMetadata Class

Metadata from the client associated with a connection.
Inheritance Hierarchy
SystemObject
  Perforce.P4ClientMetadata

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

The ClientMetadata type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAddress
Property to access the Network address of the client
Public propertyCurrentDirectory
Property to access current directory of user
Public propertyHostName
Property to access the HostName of the Client
Public propertyName
Property to access the Name of the Client
Public propertyRoot
Property to access the root directory of the client/workspace
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFromGetClientMetadataCmdTaggedOutput
Read the fields from the tagged output of an info command
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also