This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Initializes a new instance of the ModuleInfo class.

Namespace: Smartsite.Core
Assembly:  Smartsite.SXML (in Smartsite.SXML.dll)

Syntax

C#Copy imageCopy Code
public ModuleInfo(
	 moduleType,
	 lastModified
)
Visual Basic (Declaration)Copy imageCopy Code
Public Sub New ( _
	moduleType As , _
	lastModified As  _
)

Parameters

moduleType
Type
Type of the module.
lastModified
DateTime
The last modified datetime of the module.

See Also

Smartsite.Core Namespace
Advanced