| AddInManagerGetAddInDataConstrain Method |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Extensibility.AddIns
Assembly:
Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntax [ObsoleteAttribute("Don't use this")]
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static AddInDataConstrainAttribute GetAddInDataConstrain(
Type addInType
)
<ObsoleteAttribute("Don't use this")>
<BrowsableAttribute(false)>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Function GetAddInDataConstrain (
addInType As Type
) As AddInDataConstrainAttribute
Parameters
- addInType
- Type: SystemType
Return Value
Type:
AddInDataConstrainAttributeSee Also