C# Class PlasticSCM.ListServerPathOptions

Mostra file Open project: powercode/PSPlastic

Public Methods

Method Description
ListServerPathOptions ( bool recurse, bool useWorkspaceRevision ) : System

This constructor result in using the current workspace selector to specify the changeset

ListServerPathOptions ( bool recurse, long changeset, string repository ) : System
ToString ( ) : string

Method Details

ListServerPathOptions() public method

This constructor result in using the current workspace selector to specify the changeset
public ListServerPathOptions ( bool recurse, bool useWorkspaceRevision ) : System
recurse bool
useWorkspaceRevision bool
return System

ListServerPathOptions() public method

public ListServerPathOptions ( bool recurse, long changeset, string repository ) : System
recurse bool
changeset long
repository string
return System

ToString() public method

public ToString ( ) : string
return string