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