Click or drag to resize
AppStateResetRestoreFieldState Method
Restores the field state for the given object

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax
C#
public static void RestoreFieldState(
	Object instance,
	IEnumerable<AppStateResetFieldState> fieldStates
)

Parameters

instance
Type: SystemObject
Object instance
fieldStates
Type: System.Collections.GenericIEnumerableAppStateResetFieldState
Field states returned earlier by GetFieldState(Type, Object)
See Also