WikiCreateParametersV2 interface

Wiki creation parameters.

Extends

Properties

version

Version of the wiki. Not required for ProjectWiki type.

Inherited Properties

mappedPath

Folder path inside repository which is shown as Wiki. Not required for ProjectWiki type.

name

Wiki name.

projectId

ID of the project in which the wiki is to be created.

repositoryId

ID of the git repository that backs up the wiki. Not required for ProjectWiki type.

type

Type of the wiki.

Property Details

version

Version of the wiki. Not required for ProjectWiki type.

version: GitVersionDescriptor

Property Value

Inherited Property Details

mappedPath

Folder path inside repository which is shown as Wiki. Not required for ProjectWiki type.

mappedPath: string

Property Value

string

Inherited From WikiCreateBaseParameters.mappedPath

name

Wiki name.

name: string

Property Value

string

Inherited From WikiCreateBaseParameters.name

projectId

ID of the project in which the wiki is to be created.

projectId: string

Property Value

string

Inherited From WikiCreateBaseParameters.projectId

repositoryId

ID of the git repository that backs up the wiki. Not required for ProjectWiki type.

repositoryId: string

Property Value

string

Inherited From WikiCreateBaseParameters.repositoryId

type

Type of the wiki.

type: WikiType

Property Value

Inherited From WikiCreateBaseParameters.type