  | AuditObjectChangeReaderTrackChangeT Method (String, NullableT, NullableT, String) | 
  
    Namespace: 
   Dynamicweb.Auditing
    Assembly:
   Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic Nullable<T> TrackChange<T>(
	string name,
	Nullable<T> value1,
	Nullable<T> value2,
	string action
)
where T : struct, new(), IComparable<T>
Public Function TrackChange(Of T As {Structure, New, IComparable(Of T)}) ( 
	name As String,
	value1 As Nullable(Of T),
	value2 As Nullable(Of T),
	action As String
) As Nullable(Of T)Parameters
- name
 - Type: SystemString
 - value1
 - Type: SystemNullableT
 - value2
 - Type: SystemNullableT
 - action
 - Type: SystemString
 
Type Parameters
- T
 
Return Value
Type: 
NullableT
See Also