includefile_if_hsmobile Method
Includes another file into the HTML document but only if the page is being displayed on a mobile device such as HomeSeer Mobile. Any tags in the file are processed before the file is returned.
Namespace: Scheduler Assembly: Scheduler (in Scheduler.dll) Version: 3.0.0.0 (4.0.0.12)
Syntax
C# |
public static string includefile_if_hsmobile( string sfile) |
VB |
Public Shared Function includefile_if_hsmobile ( sfile As String) As String |
Parameters
sfile
Type: System.String
The file to include
Return Value
Type: StringContents of file
See Also
functions Class
Scheduler Namespace