Microsoft.TeamFoundation.VersionControl.Client.ChangeRequest.ChangeRequest C# (CSharp) Method

ChangeRequest() public method

public ChangeRequest ( string path, RequestType requestType, ItemType itemType ) : System.Xml.Linq
path string
requestType RequestType
itemType ItemType
return System.Xml.Linq
        public ChangeRequest(string path, RequestType requestType, ItemType itemType)
            : this(path, requestType, itemType, RecursionType.None, LockLevel.None, VersionSpec.Latest)
        {
        }

Same methods

ChangeRequest::ChangeRequest ( string path, RequestType requestType, ItemType itemType, RecursionType recursion, LockLevel lockLevel, Microsoft.TeamFoundation.VersionControl.Client.VersionSpec version ) : System.Xml.Linq
ChangeRequest::ChangeRequest ( string path, string target, RequestType requestType, ItemType itemType ) : System.Xml.Linq