You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
anyone ever had this error ? know of how to handle it ?
i have code that does this: Folder folder = list.RootFolder.EnsureFolder(employerAlias); ctx.Load(folder); ctx.Load(folder.Properties); ctx.ExecuteQueryRetry();
then i get to this line: string en = folder.Properties["vti_title"].ToString();
and it throws the ex "PropertyOrFieldNotInitializedException"
and i am not sure if need to create the property or what ?
and how to do it....
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
anyone ever had this error ? know of how to handle it ?
i have code that does this:
Folder folder = list.RootFolder.EnsureFolder(employerAlias); ctx.Load(folder); ctx.Load(folder.Properties); ctx.ExecuteQueryRetry();
then i get to this line:
string en = folder.Properties["vti_title"].ToString();
and it throws the ex "PropertyOrFieldNotInitializedException"
and i am not sure if need to create the property or what ?
and how to do it....
looking for that info right now....
Beta Was this translation helpful? Give feedback.
All reactions