ExternalResourceBrowserData Members


The ExternalResourceBrowserData type exposes the following members.

Constructors

Name Description
Public method ExternalResourceBrowserData
Constructs a new ExternalResourceBrowserData using the given document(optional), server id, folder path and match options.

Methods

Name Description
Public method AddResource(String)
Adds an external resource to the folder path by supplying the resource name.
Public method AddResource(String, IDictionary String, String )
Adds an external resource to the folder path by supplying the resource name and reference information.
Public method AddResource(String, String)
Adds an external resource to the folder path by supplying the resource name and version.
Public method AddResource(String, String, IDictionary String, String )
Adds an external resource to the folder path by supplying the resource name, version and reference information.
Public method AddSubFolder
Adds a sub folder to the folder path with the given name.
Public method CallingDocumentHasModelPath
Indicates whether the document requesting the external resource browser data has a defined ModelPath.
Public method Dispose
Releases all resources used by the ExternalResourceBrowserData
Public method Equals
Determines whether the specified Object is equal to the current Object .
(Inherited from Object .)
Public method GetCallingDocumentModelPath
Returns a copy of the ModelPath of the document that is requesting the external resource browser data.
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object .)
Public method GetMatchOptions
Gets the match options used to filter external resources.
Public method GetResources
Gets the external resources under the folder path of the browser data.
Public method GetSubFolders
Gets the sub folders under the folder path of the browser data.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method IsValidFolderName
Checks whether the folder name is valid.
Public method IsValidResouceName Obsolete.
Checks whether the resource name is valid.
Public method IsValidResourceName
Checks whether the resource name is valid.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)

Properties

Name Description
Public property FolderPath
The current folder path to which the new resources and sub folder belong.
Public property IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public property ServerId
The Id of IExternalResourceServer which handles the external resource load.

See Also