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