WikiHttpClient Class

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

C#
[Microsoft.VisualStudio.Services.WebApi.ResourceArea("BF7D82A0-8AA5-4613-94EF-6172A5EA01F3")]
public class WikiHttpClient : Microsoft.TeamFoundation.Wiki.WebApi.WikiCompatHttpClientBase
Inheritance
Microsoft.VisualStudio.Services.WebApi.VssHttpClientBase
WikiHttpClient
Attributes
Microsoft.VisualStudio.Services.WebApi.ResourceAreaAttribute

Constructors

Methods

CreateAttachmentAsync(Stream, Guid, Guid, String, Object, CancellationToken)

[Preview API] Creates an attachment in the wiki.

CreateAttachmentAsync(Stream, Guid, String, String, Object, CancellationToken)

[Preview API] Creates an attachment in the wiki.

CreateAttachmentAsync(Stream, String, Guid, String, Object, CancellationToken)

[Preview API] Creates an attachment in the wiki.

CreateAttachmentAsync(Stream, String, String, String, Object, CancellationToken)

[Preview API] Creates an attachment in the wiki.

CreateOrUpdatePageAsync(WikiPageCreateOrUpdateParameters, Guid, Guid, String, String, String, Object, CancellationToken)

[Preview API] Creates or edits a wiki page.

CreateOrUpdatePageAsync(WikiPageCreateOrUpdateParameters, Guid, String, String, String, String, Object, CancellationToken)

[Preview API] Creates or edits a wiki page.

CreateOrUpdatePageAsync(WikiPageCreateOrUpdateParameters, String, Guid, String, String, String, Object, CancellationToken)

[Preview API] Creates or edits a wiki page.

CreateOrUpdatePageAsync(WikiPageCreateOrUpdateParameters, String, String, String, String, String, Object, CancellationToken)

[Preview API] Creates or edits a wiki page.

CreateOrUpdatePageViewStatsAsync(Guid, Guid, GitVersionDescriptor, String, String, Object, CancellationToken)

[Preview API] Creates a new page view stats resource or updates an existing page view stats resource.

CreateOrUpdatePageViewStatsAsync(Guid, String, GitVersionDescriptor, String, String, Object, CancellationToken)

[Preview API] Creates a new page view stats resource or updates an existing page view stats resource.

CreateOrUpdatePageViewStatsAsync(String, Guid, GitVersionDescriptor, String, String, Object, CancellationToken)

[Preview API] Creates a new page view stats resource or updates an existing page view stats resource.

CreateOrUpdatePageViewStatsAsync(String, String, GitVersionDescriptor, String, String, Object, CancellationToken)

[Preview API] Creates a new page view stats resource or updates an existing page view stats resource.

CreatePageMoveAsync(WikiPageMoveParameters, Guid, Guid, String, Object, CancellationToken)

[Preview API] Creates a page move operation that updates the path and order of the page as provided in the parameters.

CreatePageMoveAsync(WikiPageMoveParameters, Guid, String, String, Object, CancellationToken)

[Preview API] Creates a page move operation that updates the path and order of the page as provided in the parameters.

CreatePageMoveAsync(WikiPageMoveParameters, String, Guid, String, Object, CancellationToken)

[Preview API] Creates a page move operation that updates the path and order of the page as provided in the parameters.

CreatePageMoveAsync(WikiPageMoveParameters, String, String, String, Object, CancellationToken)

[Preview API] Creates a page move operation that updates the path and order of the page as provided in the parameters.

CreateWikiAsync(WikiCreateParameters, Guid, Object, CancellationToken)

[Preview API] Creates a backing git repository and does the intialization of the wiki for the given project.

(Inherited from WikiCompatHttpClientBase)
CreateWikiAsync(WikiCreateParameters, Object, CancellationToken)

[Preview API] Creates a backing git repository and does the intialization of the wiki for the given project.

(Inherited from WikiCompatHttpClientBase)
CreateWikiAsync(WikiCreateParameters, String, Object, CancellationToken)

[Preview API] Creates a backing git repository and does the intialization of the wiki for the given project.

(Inherited from WikiCompatHttpClientBase)
CreateWikiAsync(WikiCreateParametersV2, Guid, Object, CancellationToken)

[Preview API] Creates the wiki resource.

CreateWikiAsync(WikiCreateParametersV2, Object, CancellationToken)

[Preview API] Creates the wiki resource.

CreateWikiAsync(WikiCreateParametersV2, String, Object, CancellationToken)

[Preview API] Creates the wiki resource.

DeletePageAsync(Guid, Guid, String, String, Object, CancellationToken)

[Preview API] Deletes a wiki page.

DeletePageAsync(Guid, String, String, String, Object, CancellationToken)

[Preview API] Deletes a wiki page.

DeletePageAsync(String, Guid, String, String, Object, CancellationToken)

[Preview API] Deletes a wiki page.

DeletePageAsync(String, String, String, String, Object, CancellationToken)

[Preview API] Deletes a wiki page.

DeleteWikiAsync(Guid, Guid, Object, CancellationToken)

[Preview API] Deletes the wiki corresponding to the wiki name or Id provided.

DeleteWikiAsync(Guid, Object, CancellationToken)

[Preview API] Deletes the wiki corresponding to the wiki name or Id provided.

DeleteWikiAsync(Guid, String, Object, CancellationToken)

[Preview API] Deletes the wiki corresponding to the wiki name or Id provided.

DeleteWikiAsync(String, Guid, Object, CancellationToken)

[Preview API] Deletes the wiki corresponding to the wiki name or Id provided.

DeleteWikiAsync(String, Object, CancellationToken)

[Preview API] Deletes the wiki corresponding to the wiki name or Id provided.

DeleteWikiAsync(String, String, Object, CancellationToken)

[Preview API] Deletes the wiki corresponding to the wiki name or Id provided.

GetAllWikisAsync(Guid, Object, CancellationToken)

[Preview API] Gets all wikis in a project or collection.

GetAllWikisAsync(Object, CancellationToken)

[Preview API] Gets all wikis in a project or collection.

GetAllWikisAsync(String, Object, CancellationToken)

[Preview API] Gets all wikis in a project or collection.

GetPageAsync(Guid, Guid, String, Nullable<VersionControlRecursionType>, GitVersionDescriptor, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Gets metadata or content of the wiki page for the provided path. Content negotiation is done based on the Accept header sent in the request.

GetPageAsync(Guid, String, String, Nullable<VersionControlRecursionType>, GitVersionDescriptor, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Gets metadata or content of the wiki page for the provided path. Content negotiation is done based on the Accept header sent in the request.

GetPageAsync(String, Guid, String, Nullable<VersionControlRecursionType>, GitVersionDescriptor, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Gets metadata or content of the wiki page for the provided path. Content negotiation is done based on the Accept header sent in the request.

GetPageAsync(String, String, String, Nullable<VersionControlRecursionType>, GitVersionDescriptor, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Gets metadata or content of the wiki page for the provided path. Content negotiation is done based on the Accept header sent in the request.

GetPageTextAsync(Guid, Guid, String, Nullable<VersionControlRecursionType>, GitVersionDescriptor, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Gets metadata or content of the wiki page for the provided path. Content negotiation is done based on the Accept header sent in the request.

GetPageTextAsync(Guid, String, String, Nullable<VersionControlRecursionType>, GitVersionDescriptor, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Gets metadata or content of the wiki page for the provided path. Content negotiation is done based on the Accept header sent in the request.

GetPageTextAsync(String, Guid, String, Nullable<VersionControlRecursionType>, GitVersionDescriptor, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Gets metadata or content of the wiki page for the provided path. Content negotiation is done based on the Accept header sent in the request.

GetPageTextAsync(String, String, String, Nullable<VersionControlRecursionType>, GitVersionDescriptor, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Gets metadata or content of the wiki page for the provided path. Content negotiation is done based on the Accept header sent in the request.

GetPageZipAsync(Guid, Guid, String, Nullable<VersionControlRecursionType>, GitVersionDescriptor, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Gets metadata or content of the wiki page for the provided path. Content negotiation is done based on the Accept header sent in the request.

GetPageZipAsync(Guid, String, String, Nullable<VersionControlRecursionType>, GitVersionDescriptor, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Gets metadata or content of the wiki page for the provided path. Content negotiation is done based on the Accept header sent in the request.

GetPageZipAsync(String, Guid, String, Nullable<VersionControlRecursionType>, GitVersionDescriptor, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Gets metadata or content of the wiki page for the provided path. Content negotiation is done based on the Accept header sent in the request.

GetPageZipAsync(String, String, String, Nullable<VersionControlRecursionType>, GitVersionDescriptor, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Gets metadata or content of the wiki page for the provided path. Content negotiation is done based on the Accept header sent in the request.

GetWikiAsync(Guid, Guid, Object, CancellationToken)

[Preview API] Gets the wiki corresponding to the wiki name or Id provided.

GetWikiAsync(Guid, Object, CancellationToken)

[Preview API] Gets the wiki corresponding to the wiki name or Id provided.

GetWikiAsync(Guid, String, Object, CancellationToken)

[Preview API] Gets the wiki corresponding to the wiki name or Id provided.

GetWikiAsync(String, Guid, Object, CancellationToken)

[Preview API] Gets the wiki corresponding to the wiki name or Id provided.

GetWikiAsync(String, Object, CancellationToken)

[Preview API] Gets the wiki corresponding to the wiki name or Id provided.

GetWikiAsync(String, String, Object, CancellationToken)

[Preview API] Gets the wiki corresponding to the wiki name or Id provided.

GetWikisAsync(Guid, Object, CancellationToken)

[Preview API] Gets wiki repositories in a project or collection.

(Inherited from WikiCompatHttpClientBase)
GetWikisAsync(Object, CancellationToken)

[Preview API] Gets wiki repositories in a project or collection.

(Inherited from WikiCompatHttpClientBase)
GetWikisAsync(String, Object, CancellationToken)

[Preview API] Gets wiki repositories in a project or collection.

(Inherited from WikiCompatHttpClientBase)
UpdateWikiAsync(WikiUpdateParameters, Guid, Guid, Object, CancellationToken)

[Preview API] Updates the wiki corresponding to the wiki Id or name provided using the update parameters.

UpdateWikiAsync(WikiUpdateParameters, Guid, Object, CancellationToken)

[Preview API] Updates the wiki corresponding to the wiki Id or name provided using the update parameters.

UpdateWikiAsync(WikiUpdateParameters, Guid, String, Object, CancellationToken)

[Preview API] Updates the wiki corresponding to the wiki Id or name provided using the update parameters.

UpdateWikiAsync(WikiUpdateParameters, String, Guid, Object, CancellationToken)

[Preview API] Updates the wiki corresponding to the wiki Id or name provided using the update parameters.

UpdateWikiAsync(WikiUpdateParameters, String, Object, CancellationToken)

[Preview API] Updates the wiki corresponding to the wiki Id or name provided using the update parameters.

UpdateWikiAsync(WikiUpdateParameters, String, String, Object, CancellationToken)

[Preview API] Updates the wiki corresponding to the wiki Id or name provided using the update parameters.

Applies to

Product Versions
Azure DevOps Services .NET SDK preview, latest