WikiCreateBaseParameters Class
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.
Base wiki creation parameters.
C#
[System.Runtime.Serialization.DataContract]
public class WikiCreateBaseParameters : Microsoft.TeamFoundation.Wiki.WebApi.Shared.WikiSecuredObject
type WikiCreateBaseParameters = class
inherit WikiSecuredObject
Public Class WikiCreateBaseParameters
Inherits WikiSecuredObject
- Inheritance
- Derived
- Attributes
Mapped |
Folder path inside repository which is shown as Wiki. Not required for ProjectWiki type. |
Name |
Wiki name. |
Project |
ID of the project in which the wiki is to be created. |
Repository |
ID of the git repository that backs up the wiki. Not required for ProjectWiki type. |
Type |
Type of the wiki. |
Set |
(Inherited from WikiSecuredObject) |
ISecured |
(Inherited from WikiSecuredObject) |
ISecured |
(Inherited from WikiSecuredObject) |
ISecured |
(Inherited from WikiSecuredObject) |
Product | Versions |
---|---|
Azure DevOps Services .NET SDK | preview, latest |