Loads a Calendar skin from specified location.
[Visual Basic]
Public Shared Sub LoadCalendarSkin( _
ByVal
virtualPath As
String, _
ByVal
customSkinId As
String _
)
[C#]
public static
void LoadCalendarSkin(
string virtualPath,
string customSkinId);
Parameters
-
virtualPath
- The virtual path of the Calendar skin file. You can use '~' to represent the Web application root. For example, you can use "~/calendar1.EOWeb.ascx" to load "calendar1.EOWeb.ascx" in the Web application root directory.
-
customSkinId
- The ID of the custom skin. You can set this ID to other calendars to apply this Skin.
See Also
Calendar Class | EO.Web Namespace