The ExternalResourceBrowserData type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| | ExternalResourceBrowserData | Constructs a new ExternalResourceBrowserData using the given document(optional), server id, folder path and match options. |
Methods
| Name | Description | |
|---|---|---|
| | AddResource(String) | Adds an external resource to the folder path by supplying the resource name. |
| | AddResource(String, IDictionary String, String ) | Adds an external resource to the folder path by supplying the resource name and reference information. |
| | AddResource(String, String) | Adds an external resource to the folder path by supplying the resource name and version. |
| | AddResource(String, String, IDictionary String, String ) | Adds an external resource to the folder path by supplying the resource name, version and reference information. |
| | AddSubFolder | Adds a sub folder to the folder path with the given name. |
| | CallingDocumentHasModelPath | Indicates whether the document requesting the external resource browser data has a defined ModelPath. |
| | Dispose | Releases all resources used by the ExternalResourceBrowserData |
| | Equals | (Inherited from Object .) |
| | GetCallingDocumentModelPath | Returns a copy of the ModelPath of the document that is requesting the external resource browser data. |
| | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object .) |
| | GetMatchOptions | Gets the match options used to filter external resources. |
| | GetResources | Gets the external resources under the folder path of the browser data. |
| | GetSubFolders | Gets the sub folders under the folder path of the browser data. |
| | GetType | Gets the Type of the current instance. (Inherited from Object .) |
| | IsValidFolderName | Checks whether the folder name is valid. |
| | IsValidResouceName | Checks whether the resource name is valid. |
| | ToString | Returns a string that represents the current object. (Inherited from Object .) |
Properties
| Name | Description | |
|---|---|---|
| | FolderPath | The current folder path to which the new resources and sub folder belong. |
| | IsValidObject | Specifies whether the .NET object represents a valid Revit entity. |
| | ServerId | The Id of IExternalResourceServer which handles the external resource load. |