Méthode | Description | |
---|---|---|
AddNavigationPath ( NamespaceInfo nspace, string name, List |
Adds a new Navigation Path.
|
|
Exists ( string name ) : bool |
Finds a Navigation Path's Name.
|
|
Find ( string fullName ) : NavigationPath |
Finds and returns a Path.
|
|
GetAllNavigationPaths ( ) : List |
Gets the list of the Navigation Paths.
|
|
GetNavigationPaths ( NamespaceInfo nspace ) : List |
Gets the list of the Navigation Paths in a namespace.
|
|
ModifyNavigationPath ( string fullName, List |
Modifies a Navigation Path.
|
|
PathsPerPage ( System.PageInfo page ) : string[] |
Finds all the Navigation Paths that include a Page.
|
|
RemoveNavigationPath ( string fullName ) : bool |
Removes a Navigation Path.
|
public static AddNavigationPath ( NamespaceInfo nspace, string name, List |
||
nspace | NamespaceInfo | The target namespace ( |
name | string | The Name. |
pages | List |
The Pages. |
provider | IPagesStorageProviderV30 | The Provider to use for the new Navigation Path, or |
Résultat | bool |
public static Exists ( string name ) : bool | ||
name | string | The Name. |
Résultat | bool |
public static Find ( string fullName ) : NavigationPath | ||
fullName | string | The full name. |
Résultat | NavigationPath |
public static GetAllNavigationPaths ( ) : List |
||
Résultat | List |
public static GetNavigationPaths ( NamespaceInfo nspace ) : List |
||
nspace | NamespaceInfo | The namespace. |
Résultat | List |
public static ModifyNavigationPath ( string fullName, List |
||
fullName | string | The full name of the path to modify. |
pages | List |
The list of Pages. |
Résultat | bool |
public static PathsPerPage ( System.PageInfo page ) : string[] | ||
page | System.PageInfo | The Page. |
Résultat | string[] |
public static RemoveNavigationPath ( string fullName ) : bool | ||
fullName | string | The full name of the path to remove. |
Résultat | bool |