Class WebNavigationSettings

Hierarchy

Index

Constructor methods

Methods

Constructor methods

constructor(context: ClientContext, web: Web): WebNavigationSettings

Parameters

Returns

WebNavigationSettings

Methods

public customFromJson(initValue: any): boolean

Parameters

  • initValue: any

Returns

boolean

public fromJson(initValue: any)

Parameters

  • initValue: any

public get_addNewPagesToNavigation(): boolean

Returns

boolean

public get_context(): ClientRuntimeContext

Returns

ClientRuntimeContext

public get_createFriendlyUrlsForNewPages(): boolean

Returns

boolean

public get_currentNavigation(): StandardNavigationSettings

Returns

StandardNavigationSettings

public get_globalNavigation(): StandardNavigationSettings

Returns

StandardNavigationSettings

public get_objectVersion(): string

Returns

string

public get_path(): ObjectPath

Returns

ObjectPath

public get_serverObjectIsNull(): boolean

Returns

boolean

public get_typedObject(): ClientObject

Returns

ClientObject

public isObjectPropertyInstantiated(propertyName: string): boolean

Parameters

  • propertyName: string

Returns

boolean

public isPropertyAvailable(propertyName: string): boolean

Parameters

  • propertyName: string

Returns

boolean

public refreshLoad()

public resetToDefaults()

public retrieve()

public retrieve(propertyNames: Array<string>)

Parameters

  • propertyNames: Array<string>

public set_addNewPagesToNavigation(value: boolean): boolean

Parameters

  • value: boolean

Returns

boolean

public set_createFriendlyUrlsForNewPages(value: boolean): boolean

Parameters

  • value: boolean

Returns

boolean

public set_objectVersion(value: string)

Parameters

  • value: string

public update(taxonomySession: TaxonomySession)

Parameters