Click or drag to resize

ISentryPlugin2GetFieldRights Method

Namespace:  SOSentryPlugin.Interop
Assembly:  SOSentryPlugin.Interop (in SOSentryPlugin.Interop.dll) Version: 8.0.0.0
Syntax
void GetFieldRights(
	int AssocId,
	int GroupId,
	int RecordId,
	string TableName,
	in Object[] RecordData,
	out Object[] o_FieldRights
)

Parameters

AssocId
Type: SystemInt32
GroupId
Type: SystemInt32
RecordId
Type: SystemInt32
TableName
Type: SystemString
RecordData
Type: SystemObject
o_FieldRights
Type: SystemObject
See Also