Click or drag to resize
AppStateResetGetFieldState Method
Gets the current field state of the given type and object instance

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax
C#
public static List<AppStateResetFieldState> GetFieldState(
	Type type,
	Object instance
)

Parameters

type
Type: SystemType
Type
instance
Type: SystemObject
Instance

Return Value

Type: ListAppStateResetFieldState
See Also