ResourceDependencies Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Defines resources that are required to render a Web Part.
The ResourceDependencies type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ResourceDependencies | Initializes a new instance of the ResourceDependencies class. |
Top
Properties
Name | Description | |
---|---|---|
CustomStartupScript | A script to run in the browser when the Web Part is rendered. | |
ExternalCssDependencies | The relative paths to the cascading style sheets (CSS) that are used to render the Web Part. | |
ScriptDependencies | The script files that are used to render the Web Part. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top