C# 클래스 ToSic.SexyContent.Internal.AppManagement

파일 보기 프로젝트 열기: 2sic/2sxc

공개 메소드들

메소드 설명
GetApps ( int zoneId, bool includeDefaultApp, DotNetNuke.Entities.Portals.PortalSettings ownerPS ) : List

Returns all Apps for the current zone

비공개 메소드들

메소드 설명
AddBrandNewApp ( int zoneId, string appName, DotNetNuke.Entities.Portals.PortalSettings ownerPS ) : App

Will create a new app in the system and initialize the basic settings incl. the app-definition

EnsureAppIsConfigured ( int zoneId, int appId, string appName = null ) : void

Create app-describing entity for configuration and add Settings and Resources Content Type

RemoveApp ( int zoneId, int appId, DotNetNuke.Entities.Portals.PortalSettings ps, int userId ) : void
RemoveIllegalCharsFromPath ( string path ) : string

메소드 상세

GetApps() 공개 정적인 메소드

Returns all Apps for the current zone
public static GetApps ( int zoneId, bool includeDefaultApp, DotNetNuke.Entities.Portals.PortalSettings ownerPS ) : List
zoneId int
includeDefaultApp bool
ownerPS DotNetNuke.Entities.Portals.PortalSettings
리턴 List