Get Folder from WCTypeInstanceIdentifier
Hi.
I have WCTypeInstanceIdentifier with String representation as "WCTYPE|wt.folder.SubFolder~~WCP|317820|5".
How can i get folder from this object?
Thanks.
Hi.
I have WCTypeInstanceIdentifier with String representation as "WCTYPE|wt.folder.SubFolder~~WCP|317820|5".
How can i get folder from this object?
Thanks.
Hi!
If 317820 is idA2A2 field in the table that describe subfolder attributes (may be SubFolder table), then you can get object like this:
SubFolder sf =(SubFolder)( new ReferenceFactory()).getReference("OR:wt.folder.SubFolder:317820").getObject();
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.