Method | 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 |
Method | Description | |
---|---|---|
GetAppPartDefinition ( string AppPartName ) : string |
public AddAppPartToPage ( string targetPage, string AppPartName ) : void | ||
targetPage | string | |
AppPartName | string | |
return | void |
public CreateTopNavNode ( string NodeTitle, string NodeUrl ) : void | ||
NodeTitle | string | |
NodeUrl | string | |
return | void |
public CreateTopNavNode ( string NodeTitle, string NodeUrl, bool ExternalNode ) : void | ||
NodeTitle | string | |
NodeUrl | string | |
ExternalNode | bool | |
return | void |
public CreateWebPartPage ( string FileName, string PageTitle ) : void | ||
FileName | string | |
PageTitle | string | |
return | void |
public CreateWikiPage ( string FileName, string PageTitle, string PageContent ) : void | ||
FileName | string | |
PageTitle | string | |
PageContent | string | |
return | void |
public SitePageManager ( ClientContext clientContext ) : System | ||
clientContext | ClientContext | |
return | System |
public UpdateWikiHomePage ( string PageContent ) : void | ||
PageContent | string | |
return | void |