Property | Type | Description | |
---|---|---|---|
_tfsUri |
Method | Description | |
---|---|---|
CollectionExists ( string collectionName ) : bool | ||
CreateProjectCollection ( string name, string description, eSharePointActions sharePointAction = eSharePointActions.None, string sharePointServerHash = null, string sharePointSitePath = null, eReportingActions reportingAction = eReportingActions.None, string reportServerHash = null, string reportFolderPath = null ) : void | ||
DeleteProjectCollection ( string teamProjectCollection ) : void |
Deletes the project collection. More Info : http://msdn.microsoft.com/en-us/library/vstudio/ee349263.aspx
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
GetProjectCollectionSharepointUri ( string collectionName ) : |
||
ListCollections ( ) : List |
||
TeamProjectCollections ( |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources
|
public CollectionExists ( string collectionName ) : bool | ||
collectionName | string | |
return | bool |
public CreateProjectCollection ( string name, string description, eSharePointActions sharePointAction = eSharePointActions.None, string sharePointServerHash = null, string sharePointSitePath = null, eReportingActions reportingAction = eReportingActions.None, string reportServerHash = null, string reportFolderPath = null ) : void | ||
name | string | |
description | string | |
sharePointAction | eSharePointActions | |
sharePointServerHash | string | |
sharePointSitePath | string | |
reportingAction | eReportingActions | |
reportServerHash | string | |
reportFolderPath | string | |
return | void |
public DeleteProjectCollection ( string teamProjectCollection ) : void | ||
teamProjectCollection | string | The team project collection. |
return | void |
public GetProjectCollectionSharepointUri ( string collectionName ) : |
||
collectionName | string | |
return |
public TeamProjectCollections ( |
||
tfsUri | ||
tfsCredentials | ITfsCredentials | |
return | System |