Notifications
Clear all

[Solved] help with this code

2 Posts
2 Users
0 Likes
544 Views
 dr.d
(@drzfinestplaya21hotmail-com)
Posts: 10
Active Member
Topic starter
 

i use to be able to use this

UserFile newFile = new UserFile();

newFile.sharing = UserFile.eShareType.Friends;

 

but i cant use it anymore UserFile does not contain a difinition for eShareType anymore. how can i fix it or something equal to it thankyou.

 
Posted : 07/08/2019 3:40 pm
(@skaredcreations)
Posts: 805
Prominent Member Admin
 

All enums (including eShareType) have been moved into the namespace Combu, so you can just add "using Combu;" at top of your script (else you'll have to specify the namespace: Combu.eShareType.Friends).

FRANCESCO CROCETTI @ SKARED CREATIONS

 
Posted : 09/08/2019 10:30 am
Share: