Akumina Developer Documentation

Akumina Developer Documentation

  • API
  • Docs
  • Blog

›Classes

Modules

  • Akumina
  • AddIn
  • AppParts
  • Digispace
  • AppPart
  • Data
  • WidgetManager

Classes

  • Alignment
  • Cache
  • Configuration
  • Constants
  • GenericListPaging
  • Icons
  • Instructions
  • Location
  • Logger
  • Utilities
  • Banner
  • Calendar
  • CompanyCalendar
  • Traffic
  • Data
  • Eventing
  • CacheManager
  • DataFactory
  • Graph
  • Groups
  • Interchange
  • LanguageManager
  • PageManager
  • PersonaManager
  • RestSharepoint
  • SharePoint
  • WidgetFactory
  • WidgetManager
  • Menu
  • ConfigurationContext
  • Language
  • PageBuilderManager
  • PageContext
  • PerfLogger
  • ScriptManager
  • SiteContext
  • UserContext
  • Utilities
  • DateTimeManager
  • WidgetPropertyViews
  • WorkspaceContext
  • BaseWidget
  • Expression
  • PropertyExpression
  • SortDirection
  • Templates

Interfaces

  • IConstants
  • IGetListRequest
  • ILanguageRequest
  • IPageWidget
  • ISavePageWidgetRequest

SiteContext

definitely-typed › Akumina › Digispace › SiteContext

Hierarchy

  • SiteContext

Index

Properties

  • CurrentLanguage
  • EmployeeDetailUrl
  • FrameworkLoadTime
  • IsDashBoardPage
  • IsExternalUser
  • IsHeadlessMode
  • IsLoaderComplete
  • IsLogoutPage
  • IsModernPage
  • IsPageBuilderPage
  • IsSPAPage
  • IsSandboxPage
  • IsSiteAdmin
  • IsVirtualPage
  • IsWidgetJSLoaded
  • IsWorkspacePage
  • ListPermissionsMask
  • LoadedWidgets
  • PageNotFound
  • QueriedLists
  • RootSiteId
  • RootSiteUrl
  • ServerRequestPath
  • SiteAbsoluteUrl
  • SiteId
  • SiteServerRelativeUrl
  • TotalConnectTime
  • TotalLoadTime
  • TotalRenderTime
  • UniqueId
  • ViewsInUse
  • WebAbsoluteUrl
  • WebId
  • WebServerRelativeUrl
  • WorkspaceDetailsUrl
  • WorkspaceListingUrl

Methods

  • GetSiteLocaleId
  • IsInDesignMode

Properties

Static CurrentLanguage

▪ CurrentLanguage: number

Defined in index.d.ts:272

Stores current language ID


Static EmployeeDetailUrl

▪ EmployeeDetailUrl: string

Defined in index.d.ts:281

Relative URL to Employee Details page


Static FrameworkLoadTime

▪ FrameworkLoadTime: number

Defined in index.d.ts:255


Static IsDashBoardPage

▪ IsDashBoardPage: boolean

Defined in index.d.ts:277


Static IsExternalUser

▪ IsExternalUser: boolean

Defined in index.d.ts:286


Static IsHeadlessMode

▪ IsHeadlessMode: boolean

Defined in index.d.ts:296


Static IsLoaderComplete

▪ IsLoaderComplete: boolean

Defined in index.d.ts:242


Static IsLogoutPage

▪ IsLogoutPage: boolean

Defined in index.d.ts:276


Static IsModernPage

▪ IsModernPage: boolean

Defined in index.d.ts:299


Static IsPageBuilderPage

▪ IsPageBuilderPage: boolean

Defined in index.d.ts:279


Static IsSPAPage

▪ IsSPAPage: boolean

Defined in index.d.ts:249


Static IsSandboxPage

▪ IsSandboxPage: boolean

Defined in index.d.ts:278


Static IsSiteAdmin

▪ IsSiteAdmin: boolean

Defined in index.d.ts:270

Check if Current user is site Admin


Static IsVirtualPage

▪ IsVirtualPage: boolean

Defined in index.d.ts:248

Check if current page is a VPC


Static IsWidgetJSLoaded

▪ IsWidgetJSLoaded: boolean

Defined in index.d.ts:291

#MARK - it is not used as of now


Static IsWorkspacePage

▪ IsWorkspacePage: boolean

Defined in index.d.ts:244

Check if current page is a workspace page


Static ListPermissionsMask

▪ ListPermissionsMask: any

Defined in index.d.ts:273


Static LoadedWidgets

▪ LoadedWidgets: any[]

Defined in index.d.ts:293

#MARK - not used as of now.


Static PageNotFound

▪ PageNotFound: boolean

Defined in index.d.ts:288

check if page not found


Static QueriedLists

▪ QueriedLists: string[]

Defined in index.d.ts:302

Lists queired till now


Static RootSiteId

▪ RootSiteId: string

Defined in index.d.ts:294


Static RootSiteUrl

▪ RootSiteUrl: string

Defined in index.d.ts:295


Static ServerRequestPath

▪ ServerRequestPath: string

Defined in index.d.ts:275

Relative URL to current page


Static SiteAbsoluteUrl

▪ SiteAbsoluteUrl: string

Defined in index.d.ts:262

Root Site URL


Static SiteId

▪ SiteId: string

Defined in index.d.ts:260

SiteID with {}


Static SiteServerRelativeUrl

▪ SiteServerRelativeUrl: string

Defined in index.d.ts:264

Relative URL for root site


Static TotalConnectTime

▪ TotalConnectTime: number

Defined in index.d.ts:257


Static TotalLoadTime

▪ TotalLoadTime: number

Defined in index.d.ts:256


Static TotalRenderTime

▪ TotalRenderTime: number

Defined in index.d.ts:258


Static UniqueId

▪ UniqueId: string

Defined in index.d.ts:289


Static ViewsInUse

▪ ViewsInUse: string[]

Defined in index.d.ts:305

Lists of template views in use


Static WebAbsoluteUrl

▪ WebAbsoluteUrl: string

Defined in index.d.ts:268

Current site Absolute URL


Static WebId

▪ WebId: string

Defined in index.d.ts:285

Web ID (Root Site ID)


Static WebServerRelativeUrl

▪ WebServerRelativeUrl: string

Defined in index.d.ts:266

Current Site relative URL


Static WorkspaceDetailsUrl

▪ WorkspaceDetailsUrl: string

Defined in index.d.ts:246

WorkspaceDetails page absolute URL


Static WorkspaceListingUrl

▪ WorkspaceListingUrl: string

Defined in index.d.ts:283

Absolute URL to Workspace page

Methods

Static GetSiteLocaleId

▸ GetSiteLocaleId(): JQueryDeferred‹any›

Defined in index.d.ts:298

Returns: JQueryDeferred‹any›

Resolves with Language ID


Static IsInDesignMode

▸ IsInDesignMode(): string

Defined in index.d.ts:254

Check if in design mode.

Returns: string

← ScriptManagerUserContext →
  • Hierarchy
  • Index
    • Properties
    • Methods
  • Properties
    • Static CurrentLanguage
    • Static EmployeeDetailUrl
    • Static FrameworkLoadTime
    • Static IsDashBoardPage
    • Static IsExternalUser
    • Static IsHeadlessMode
    • Static IsLoaderComplete
    • Static IsLogoutPage
    • Static IsModernPage
    • Static IsPageBuilderPage
    • Static IsSPAPage
    • Static IsSandboxPage
    • Static IsSiteAdmin
    • Static IsVirtualPage
    • Static IsWidgetJSLoaded
    • Static IsWorkspacePage
    • Static ListPermissionsMask
    • Static LoadedWidgets
    • Static PageNotFound
    • Static QueriedLists
    • Static RootSiteId
    • Static RootSiteUrl
    • Static ServerRequestPath
    • Static SiteAbsoluteUrl
    • Static SiteId
    • Static SiteServerRelativeUrl
    • Static TotalConnectTime
    • Static TotalLoadTime
    • Static TotalRenderTime
    • Static UniqueId
    • Static ViewsInUse
    • Static WebAbsoluteUrl
    • Static WebId
    • Static WebServerRelativeUrl
    • Static WorkspaceDetailsUrl
    • Static WorkspaceListingUrl
  • Methods
    • Static GetSiteLocaleId
    • Static IsInDesignMode
Akumina Developer Documentation
Docs
Akumina Framework 5.0Akumina Widget BuilderAkumina Yeoman GeneratorSite Deployer
Community
Akumina Community Site
More
GitHubStar
Copyright © 2024 Akumina