DataFormWebPart.AutoRefreshInterval Property
SharePoint 2010
Gets or sets the rate, in seconds, at which a dataview automatically refreshes.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
[WebBrowsableAttribute(true)] [ResourcesAttribute("DataFormWebPartAutoRefreshInterval", "DataFormWebPartAJAXOptions", "DataFormWebPartAutoRefreshIntervalDescription")] [PersonalizableAttribute(PersonalizationScope.Shared)] [PersistenceModeAttribute(PersistenceMode.Attribute)] public virtual int AutoRefreshInterval { get; set; }
| Exception | Condition |
|---|---|
| NotSupportedException |
Value is less than 15 seconds. |