Property | Type | Description | |
---|---|---|---|
layoutTemplatePath | string |
Property | Type | Description | |
---|---|---|---|
GetCurrentSitefinityUser | string |
Method | Description | |
---|---|---|
DateTimeField ( ) : System |
Initializes a new instance of the DateTimeField class.
|
|
GetScriptDescriptors ( ) : IEnumerable |
Get list of all scripts used by control
|
|
GetScriptReferences ( ) : IEnumerable |
Get reference to all scripts
|
Method | Description | |
---|---|---|
InitializeControls ( GenericContainer container ) : void |
Initializes the controls. Initialize your controls in this method. Do not override CreateChildControls method. |
Method | Description | |
---|---|---|
GetCurrentSitefinityUser ( ) : string |
Get the full name for the currently logged-in Sitefinity user.
|
public GetScriptDescriptors ( ) : IEnumerable |
||
return | IEnumerable |
protected InitializeControls ( GenericContainer container ) : void | ||
container | GenericContainer | |
return | void |