| UserOptionsExtensionStoreUserData Method |
Helper function to store parent extension's data to given profile.
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll)
Syntax public bool StoreUserData(
ICTUser user,
ICTProfile profile,
byte[] data
)
Public Function StoreUserData (
user As ICTUser,
profile As ICTProfile,
data As Byte()
) As Boolean
Parameters
- user
- Type: ICTUser
User for who the data should be stored. - profile
- Type: ICTProfile
Profile to which the data should be stored or NULL - data
- Type: SystemByte
Data to store
Return Value
Type:
BooleanTrue when successfull, false otherwise.
Availability See Also