ISentryPlugin2GetFieldRights Method |
Namespace:
SOSentryPlugin.Interop
Assembly:
SOSentryPlugin.Interop (in SOSentryPlugin.Interop.dll) Version: 8.0.0.0
Syntaxvoid GetFieldRights(
int AssocId,
int GroupId,
int RecordId,
string TableName,
in Object[] RecordData,
out Object[] o_FieldRights
)
Sub GetFieldRights (
AssocId As Integer,
GroupId As Integer,
RecordId As Integer,
TableName As String,
ByRef RecordData As Object(),
<OutAttribute> ByRef o_FieldRights As Object()
)
Dim instance As ISentryPlugin2
Dim AssocId As Integer
Dim GroupId As Integer
Dim RecordId As Integer
Dim TableName As String
Dim RecordData As Object()
Dim o_FieldRights As Object()
instance.GetFieldRights(AssocId, GroupId,
RecordId, TableName, RecordData,
o_FieldRights)
void GetFieldRights(
[InAttribute] int AssocId,
[InAttribute] int GroupId,
[InAttribute] int RecordId,
[InAttribute] String^ TableName,
[InAttribute] array<Object^>^% RecordData,
[InAttribute] [OutAttribute] array<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