Share via


Part Object (State Management Service)

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

The Part object provides access to all of the properties that are defined for the Web Part. It also provides the capability to save property changes to the store.

Methods

Save (UpdateFlag);
PropCol Properties ();

Parameters

  • UpdateFlag
    Determines when the state is persisted. Deferred updates are persisted when the dashboard is unloaded. Possible values are the following:
    • IMMEDIATE (0)
    • DEFERRED (1)
  • PropCol
    Returned handle to the collection of properties defined for the Web Part.

See Also

State Management Service | Dashboard Object (State Management Service) | Property Object (State Management Service) | PropertyCollection Object (State Management Service) | State Management Service Example