 
     
     
     
     
     
     
     
    |   | 
Env Viper Module
The Env Viper Module primarily holds methods to get
environment variables, such as the process id, memory usage, serveraddress, etcetera.
	
		 Viper Methods
		Viper Methods
	
| Global Viper Method | Description | 
|---|---|
| Env.About Viper Method | Gets the system information. | 
| Env.About.Company Viper Method | Gets the iXperion runtime assembly company name from system information. | 
| Env.About.Copyright Viper Method | Gets the iXperion runtime assembly copyright notice from system information. | 
| Env.About.Date Viper Method | Gets the iXperion runtime assembly date from system information. | 
| Env.About.Description Viper Method | Gets the iXperion runtime assembly description from system information. | 
| Env.CMSServerAddress Viper Method | Returns the url of the CMS server. | 
| Env.DefaultServerAddress Viper Method | Returns the default server address of the site. | 
| Env.GetCurrentExecutable Viper Method | Gets the executing assembly. | 
| Env.GetExecutingAssembly Viper Method | Gets the executing assembly. | 
| Env.Host.IsConnected Viper Method | Returns true if the ASP.NET process is hosted by an application such as the TestSuite. | 
| Env.Host.Value Viper Method | Gets a value from the host of the ASP.NET process (such as the TestSuite), if any. | 
| Env.HostHeaders Viper Method | Gets a datatable containing the hostheader definitions. | 
| Env.Identity Viper Method | Returns the identity Smartsite runs under. | 
| Env.Is32BitProcessOn64Bit Viper Method | Returns a boolean indicating whether it's a 32-bit process on a 64-bit OS. | 
| Env.Is64Bit Viper Method | Returns a boolean indicating whether the OS is 64-bit. | 
| Env.IsInteractive Viper Method | Gets a value indicating whether the current process is running in user interactive mode. | 
| Env.MemoryUsage Viper Method | Returns the current (private) memory usage (in bytes). | 
| Env.PageCacheInfo Viper Method | Provides information about the status of the server page cache. | 
| Env.ProcessId Viper Method | Returns the current process id. | 
| Env.Product.BuildNumber Viper Method | Gets the value of the build component of the iXperion product version. | 
| Env.Product.FullName Viper Method | Gets the full name of the iXperion product including version information (eg. Smartsite iXperion RC2 1.0.7.0 (build 2). | 
| Env.Product.FullReleaseName Viper Method | Gets the full release name of the iXperion product (eg. Smartsite iXperion RC2). | 
| Env.Product.MajorVersion Viper Method | Gets the value of the major component of the iXperion product version. | 
| Env.Product.MinorVersion Viper Method | Gets the value of the minor component of the iXperion product version. | 
| Env.Product.Name Viper Method | Gets the iXperion product name (eg. Smartsite iXperion). | 
| Env.Product.ReleaseBuildNumber Viper Method | Gets the build number of the current iXperion release. | 
| Env.Product.ReleaseName Viper Method | Gets the iXperion product release name (eg. RC2). | 
| Env.Product.Revision Viper Method | Gets the value of the revision component of the iXperion product version. | 
| Env.Product.VerifyMinimalVersion Viper Method | Verifies whether the current running iXperion release has a version equal or higher than specified version. | 
| Env.Product.Version Viper Method | Gets the iXperion product version. | 
| Env.ServerAddress Viper Method | Returns the current server address of the site. | 
| Env.ServerName Viper Method | Returns the name of the server Smartsite runs on. | 
| Env.ServicesInfo Viper Method | Returns information about the WCF services running and on which endpoints these services are available. | 
		
			 See Also
			See Also
		
	
	-  
	Env.About Viper Method
 
 Gets the system information.
-  
	Env.About.Company Viper Method
 
 Gets the iXperion runtime assembly company name from system information.
-  
	Env.About.Copyright Viper Method
 
 Gets the iXperion runtime assembly copyright notice from system information.
-  
	Env.About.Date Viper Method
 
 Gets the iXperion runtime assembly date from system information.
-  
	Env.About.Description Viper Method
 
 Gets the iXperion runtime assembly description from system information.
-  
	Env.CMSServerAddress Viper Method
 
 Returns the url of the CMS server.
-  
	Env.DefaultServerAddress Viper Method
 
 Returns the default server address of the site.
-  
	Env.GetCurrentExecutable Viper Method
 
 Gets the executing assembly.
-  
	Env.GetExecutingAssembly Viper Method
 
 Gets the executing assembly.
-  
	Env.Host.IsConnected Viper Method
 
 Returns true if the ASP.NET process is hosted by an application such as the TestSuite.
-  
	Env.Host.Value Viper Method
 
 Gets a value from the host of the ASP.NET process (such as the TestSuite), if any.
-  
	Env.HostHeaders Viper Method
 
 Gets a datatable containing the hostheader definitions.
-  
	Env.Identity Viper Method
 
 Returns the identity Smartsite runs under.
-  
	Env.Is32BitProcessOn64Bit Viper Method
 
 Returns a boolean indicating whether it's a 32-bit process on a 64-bit OS.
-  
	Env.Is64Bit Viper Method
 
 Returns a boolean indicating whether the OS is 64-bit.
-  
	Env.IsInteractive Viper Method
 
 Gets a value indicating whether the current process is running in user interactive mode.
-  
	Env.MemoryUsage Viper Method
 
 Returns the current (private) memory usage (in bytes).
-  
	Env.PageCacheInfo Viper Method
 
 Provides information about the status of the server page cache.
-  
	Env.ProcessId Viper Method
 
 Returns the current process id.
-  
	Env.Product.BuildNumber Viper Method
 
 Gets the value of the build component of the iXperion product version.
-  
	Env.Product.FullName Viper Method
 
 Gets the full name of the iXperion product including version information (eg. Smartsite iXperion RC2 1.0.7.0 (build 2).
-  
	Env.Product.FullReleaseName Viper Method
 
 Gets the full release name of the iXperion product (eg. Smartsite iXperion RC2).
-  
	Env.Product.MajorVersion Viper Method
 
 Gets the value of the major component of the iXperion product version.
-  
	Env.Product.MinorVersion Viper Method
 
 Gets the value of the minor component of the iXperion product version.
-  
	Env.Product.Name Viper Method
 
 Gets the iXperion product name (eg. Smartsite iXperion).
-  
	Env.Product.ReleaseBuildNumber Viper Method
 
 Gets the build number of the current iXperion release.
-  
	Env.Product.ReleaseName Viper Method
 
 Gets the iXperion product release name (eg. RC2).
-  
	Env.Product.Revision Viper Method
 
 Gets the value of the revision component of the iXperion product version.
-  
	Env.Product.VerifyMinimalVersion Viper Method
 
 Verifies whether the current running iXperion release has a version equal or higher than specified version.
-  
	Env.Product.Version Viper Method
 
 Gets the iXperion product version.
-  
	Env.ServerAddress Viper Method
 
 Returns the current server address of the site.
-  
	Env.ServerName Viper Method
 
 Returns the name of the server Smartsite runs on.
-  
	Env.ServicesInfo Viper Method
 
 Returns information about the WCF services running and on which endpoints these services are available.
SXML
- Macro
- Macro Parameters
- Macro Parameter Properties
- 
			
			Vipers
			
		- 
			
			Global Viper Methods
			
		- AIM Viper Class
- Audit Viper Class
- Buffer Viper Class
- Cache Viper Class
- CacheFile Viper Class
- Calendar Viper Class
- Channel Viper Class
- Char Viper Class
- Cms Viper Class
- ContentType Viper Class
- Convert Viper Class
- Database Viper Class
- DataTable Viper Class
- DateTime Viper Class
- Debug Viper Class
- DigiD Viper Class
- 
			
			
		- Env.About Viper Method
- Env.About.Company Viper Method
- Env.About.Copyright Viper Method
- Env.About.Date Viper Method
- Env.About.Description Viper Method
- Env.CMSServerAddress Viper Method
- Env.DefaultServerAddress Viper Method
- Env.GetCurrentExecutable Viper Method
- Env.GetExecutingAssembly Viper Method
- Env.Host.IsConnected Viper Method
- Env.Host.Value Viper Method
- Env.HostHeaders Viper Method
- Env.Identity Viper Method
- Env.Is32BitProcessOn64Bit Viper Method
- Env.Is64Bit Viper Method
- Env.IsInteractive Viper Method
- Env.MemoryUsage Viper Method
- Env.PageCacheInfo Viper Method
- Env.ProcessId Viper Method
- Env.Product.BuildNumber Viper Method
- Env.Product.FullName Viper Method
- Env.Product.FullReleaseName Viper Method
- Env.Product.MajorVersion Viper Method
- Env.Product.MinorVersion Viper Method
- Env.Product.Name Viper Method
- Env.Product.ReleaseBuildNumber Viper Method
- Env.Product.ReleaseName Viper Method
- Env.Product.Revision Viper Method
- Env.Product.VerifyMinimalVersion Viper Method
- Env.Product.Version Viper Method
- Env.ServerAddress Viper Method
- Env.ServerName Viper Method
- Env.ServicesInfo Viper Method
 
- FileSystem Viper Class
- FlexLayout Viper Class
- Html Viper Class
- Html.Color Viper Class
- Html.Css Viper Class
- Image Viper Class
- ImageProperties Viper Class
- ItemComments Viper Class
- ItemData Viper Class
- License Viper Class
- Locale Viper Class
- Logging Viper Class
- Login Viper Class
- Math Viper Class
- Payment Viper Class
- Personalization Viper Class
- PlaceHolder Viper Class
- Poll Viper Class
- Publication Viper Class
- RenderTemplate Viper Class
- Request Viper Class
- Response Viper Class
- Scf Viper Class
- Security Viper Class
- Session Viper Class
- Site Viper Class
- Smartlet Viper Class
- SmartletEditor Viper Class
- SmartletPreset Viper Class
- Smi Viper Class
- SmiData Viper Class
- Spice Viper Class
- Sql Viper Class
- StandardsCompliance Viper Class
- Storage Viper Class
- String Viper Class
- SXML Viper Class
- Sys Viper Class
- Tags Viper Class
- Translation Viper Class
- Url Viper Class
- User Viper Class
- UserItemFeedback Viper Class
- Xml Viper Class
 
- Local Viper Methods
 
- 
			
			Global Viper Methods
			
		
- SXML Data Types
- Examples
- Tips & Tricks