C# Class ProviderHostedAppPartsWeb.Models.SitePageManager

Afficher le fichier Open project: CriticalPathTraining/SharePointAddinDemos

Méthodes publiques

Méthode Description
AddAppPartToPage ( string targetPage, string AppPartName ) : void
CreateTopNavNode ( string NodeTitle, string NodeUrl ) : void
CreateTopNavNode ( string NodeTitle, string NodeUrl, bool ExternalNode ) : void
CreateWebPartPage ( string FileName, string PageTitle ) : void
CreateWikiPage ( string FileName, string PageTitle, string PageContent ) : void
DeleteAllTopNavNodes ( ) : void
SitePageManager ( ClientContext clientContext ) : System
UpdateWikiHomePage ( string PageContent ) : void

Private Methods

Méthode Description
GetAppPartDefinition ( string AppPartName ) : string

Method Details

AddAppPartToPage() public méthode

public AddAppPartToPage ( string targetPage, string AppPartName ) : void
targetPage string
AppPartName string
Résultat void

CreateTopNavNode() public méthode

public CreateTopNavNode ( string NodeTitle, string NodeUrl ) : void
NodeTitle string
NodeUrl string
Résultat void

CreateTopNavNode() public méthode

public CreateTopNavNode ( string NodeTitle, string NodeUrl, bool ExternalNode ) : void
NodeTitle string
NodeUrl string
ExternalNode bool
Résultat void

CreateWebPartPage() public méthode

public CreateWebPartPage ( string FileName, string PageTitle ) : void
FileName string
PageTitle string
Résultat void

CreateWikiPage() public méthode

public CreateWikiPage ( string FileName, string PageTitle, string PageContent ) : void
FileName string
PageTitle string
PageContent string
Résultat void

DeleteAllTopNavNodes() public méthode

public DeleteAllTopNavNodes ( ) : void
Résultat void

SitePageManager() public méthode

public SitePageManager ( ClientContext clientContext ) : System
clientContext ClientContext
Résultat System

UpdateWikiHomePage() public méthode

public UpdateWikiHomePage ( string PageContent ) : void
PageContent string
Résultat void