question

anatoliec avatar image
anatoliec asked

How to clear UserInternalData complete ?

1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

anatoliec avatar image anatoliec commented ·

remove all keys and values

0 Likes 0 ·

1 Answer

·
brendan avatar image
brendan answered

You can delete any User (Read Only, Internal) Data Key/Value pair by writing a null as the Value for the Key.

2 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

anatoliec avatar image anatoliec commented ·

ok, thx, then, for remove all keys in UserIternalData, i need to loop al property and set it to null

0 Likes 0 ·
brendan avatar image brendan anatoliec commented ·

There's no need to make them separate calls. Just compose a single call that sets all of them to null.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.