C# Class Microsoft.TeamFoundation.VersionControl.Client.TeamProjectFolderOptions

Show file Open project: Indomitable/monodevelop-tfs-addin Class Usage Examples

Public Methods

Method Description
TeamProjectFolderOptions ( string teamProject ) : System
TeamProjectFolderOptions ( string teamProject, string sourceProject ) : System

Private Methods

Method Description
ToXml ( XmlWriter writer, string element ) : void

Method Details

TeamProjectFolderOptions() public method

public TeamProjectFolderOptions ( string teamProject ) : System
teamProject string
return System

TeamProjectFolderOptions() public method

public TeamProjectFolderOptions ( string teamProject, string sourceProject ) : System
teamProject string
sourceProject string
return System