C# Class Carrotware.CMS.UI.Admin.c3_admin.ucAdvancedEdit

Mostra file Open project: ninianne98/CarrotCakeCMS

Public Properties

Property Type Description
EditUserName string
EditedPageFileName string
EditorPrefs UserEditState
PageType ContentPageType.PageType
bLocked bool
guidContentID Guid

Public Methods

Method Description
GetWebControlUrl ( string resource ) : string

Protected Methods

Method Description
Page_Init ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Method Details

GetWebControlUrl() public method

public GetWebControlUrl ( string resource ) : string
resource string
return string

Page_Init() protected method

protected Page_Init ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

EditUserName public_oe property

public string EditUserName
return string

EditedPageFileName public_oe property

public string EditedPageFileName
return string

EditorPrefs public_oe property

public UserEditState EditorPrefs
return UserEditState

PageType public_oe property

public ContentPageType.PageType PageType
return ContentPageType.PageType

bLocked public_oe property

public bool bLocked
return bool

guidContentID public_oe property

public Guid guidContentID
return Guid