Several of the properties on StiWebDesignerOptions say they are obsolete and to use StiWebDesignerOptions.Designer.UpdatedPropertyName in the latest prerelease build.
The only problem with that is that there is no StiWebDesignerOptions.Designer available from what I can tell.
Obsolete Properties on StiWebDesignerOptions
Obsolete Properties on StiWebDesignerOptions
Hello,
In the new versions some properties have been regrouped. The commentary indicates which properties can be used instead. Please specify which properties you could not find?
Thank you.
In the new versions some properties have been regrouped. The commentary indicates which properties can be used instead. Please specify which properties you could not find?
Thank you.
Obsolete Properties on StiWebDesignerOptions
These are the properties that I could not find.
StiWebDesignerOptions.ModifyConnections
StiWebDesignerOptions.ModifyDataSources
StiWebDesignerOptions.ModifyDictionary
They say they map to the following:
StiWebDesignerOptions.Designer.AllowModifyConnections
StiWebDesignerOptions.Designer.AllowModifyDataSources
StiWebDesignerOptions.Designer.AllowModifyDictionary
The reason I cannot find the properties is because the Designer part of the namespace path is not available to me.
If it helps, the only assemblies I call on my page are the following:
That appeared to be all that was required to have the controls work.
StiWebDesignerOptions.ModifyConnections
StiWebDesignerOptions.ModifyDataSources
StiWebDesignerOptions.ModifyDictionary
They say they map to the following:
StiWebDesignerOptions.Designer.AllowModifyConnections
StiWebDesignerOptions.Designer.AllowModifyDataSources
StiWebDesignerOptions.Designer.AllowModifyDictionary
The reason I cannot find the properties is because the Designer part of the namespace path is not available to me.
If it helps, the only assemblies I call on my page are the following:
Code: Select all
Obsolete Properties on StiWebDesignerOptions
Hello,
You are right, this is an error in the description of the property. We will will correct description to the next prerelease build on May, 24.
The specified properties are located in the Dictionary category:
You are right, this is an error in the description of the property. We will will correct description to the next prerelease build on May, 24.
The specified properties are located in the Dictionary category:
Thank you.StiWebDesignerOptions.Dictionary.AllowModifyConnections
StiWebDesignerOptions.Dictionary.AllowModifyDataSources
StiWebDesignerOptions.Dictionary.AllowModifyDictionary