Click or drag to resize

ISentryPluginGetFieldSecurity Method

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

Parameters

AssocId
Type: SystemInt32
GroupId
Type: SystemInt32
RecordId
Type: SystemInt32
TableName
Type: SystemString
RecordData
Type: SystemObject
o_CanReadFields
Type: SystemInt32
o_CanWriteFields
Type: SystemInt32
o_ToolTip
Type: SystemString
See Also