GroupUpdate Constructor

public GroupUpdate( 
int groupId
string fieldName
byte fieldType
object value
object oldValue
GroupUpdateType updateType 
)
This language is not supported or no code example is available.
public:  
GroupUpdate( 
int groupId
String^ fieldName
Byte fieldType
object^ value
object^ oldValue
GroupUpdateType updateType 
)
This language is not supported or no code example is available.
public function GroupUpdate( 
groupId : int
fieldName : String
fieldType : byte
value : object
oldValue : object
updateType : GroupUpdateType 
);
This language is not supported or no code example is available.

Parameters

groupId
int

fieldName
string

fieldType
byte

value
object

oldValue
object

updateType
GroupUpdateType

In this article

Definition