Edit

Share via


WikiPage Class

Definition

Defines a page in a wiki.

[System.Runtime.Serialization.DataContract]
public class WikiPage : Microsoft.TeamFoundation.Wiki.WebApi.WikiPageCreateOrUpdateParameters, Microsoft.TeamFoundation.Wiki.WebApi.IBaseResource
type WikiPage = class
    inherit WikiPageCreateOrUpdateParameters
    interface IBaseResource
Public Class WikiPage
Inherits WikiPageCreateOrUpdateParameters
Implements IBaseResource
Inheritance
Attributes
Implements

Constructors

WikiPage(String, Boolean, Int32, GitItem, Boolean)

Properties

Content

Content of the wiki page.

(Inherited from WikiPageCreateOrUpdateParameters)
GitItemPath

Path of the git item corresponding to the wiki page stored in the backing Git repository.

InternalItem
IsNonConformant

True if a page is non-conforming, i.e. 1) if the name doesn't match page naming standards. 2) if the page does not have a valid entry in the appropriate order file.

IsParentPage

True if this page has subpages under its path.

Order

Order of the wiki page, relative to other pages in the same hierarchy level.

Path

Path of the wiki page.

RemoteUrl

Remote web url to the wiki page.

SubPages

List of subpages of the current page.

Url

REST url for this wiki page.

Methods

SetSecuredObject(ISecuredObject)

Explicit Interface Implementations

ISecuredObject.GetToken() (Inherited from WikiSecuredObject)
ISecuredObject.NamespaceId (Inherited from WikiSecuredObject)
ISecuredObject.RequiredPermissions (Inherited from WikiSecuredObject)

Applies to