Dynamicweb 8 Documentation
DataItemModificationsInfo Constructor(String,String,DataItemState)

The ID of the data item.
The ID of the data item type.
The state of the data item.
Initializes a new instance of an object.
Syntax
'Declaration
 
Public Function New( _ 
   ByVal id As String, _ 
   ByVal typeID As String, _ 
   ByVal state As DataItemState _ 
)
public DataItemModificationsInfo( 
   string id,
   string typeID,
   DataItemState state 
)

Parameters

id
The ID of the data item.
typeID
The ID of the data item type.
state
The state of the data item.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataItemModificationsInfo Class
DataItemModificationsInfo Members
Overload List

Send Feedback