메소드 | 설명 | |
---|---|---|
AssetEditor ( System.App app, int templateId, DotNetNuke.Entities.Users.UserInfo userInfo, DotNetNuke.Entities.Portals.PortalSettings portalSettings ) : System | ||
AssetEditor ( System.App app, string path, DotNetNuke.Entities.Users.UserInfo userInfo, DotNetNuke.Entities.Portals.PortalSettings portalSettings, bool global = false ) : System | ||
Create ( string contents ) : bool | ||
EnsureUserMayEditAsset ( string fullPath = null ) : void |
Check permissions and if not successful, give detailed explanation
|
메소드 | 설명 | |
---|---|---|
EnsureWebConfigExists ( System.App app, string scope ) : void | ||
TemplateAssetsInfo ( Template templ ) : |
public AssetEditor ( System.App app, int templateId, DotNetNuke.Entities.Users.UserInfo userInfo, DotNetNuke.Entities.Portals.PortalSettings portalSettings ) : System | ||
app | System.App | |
templateId | int | |
userInfo | DotNetNuke.Entities.Users.UserInfo | |
portalSettings | DotNetNuke.Entities.Portals.PortalSettings | |
리턴 | System |
public AssetEditor ( System.App app, string path, DotNetNuke.Entities.Users.UserInfo userInfo, DotNetNuke.Entities.Portals.PortalSettings portalSettings, bool global = false ) : System | ||
app | System.App | |
path | string | |
userInfo | DotNetNuke.Entities.Users.UserInfo | |
portalSettings | DotNetNuke.Entities.Portals.PortalSettings | |
global | bool | |
리턴 | System |
public EnsureUserMayEditAsset ( string fullPath = null ) : void | ||
fullPath | string | |
리턴 | void |