Share

ExternalResourceBrowserData Methods

The ExternalResourceBrowserData type exposes the following members.

Methods

 NameDescription
Public methodAddResource(String) Adds an external resource to the folder path by supplying the resource name.
Public methodAddResource(String, IDictionary<String, String>) Adds an external resource to the folder path by supplying the resource name and reference information.
Public methodAddResource(String, String) Adds an external resource to the folder path by supplying the resource name and version.
Public methodAddResource(String, String, IDictionary<String, String>) Adds an external resource to the folder path by supplying the resource name, version and reference information.
Public methodAddSubFolder(String) Adds a subfolder to the folder path with the given name.
Public methodAddSubFolder(String, String) Adds a subfolder to the folder path with the given name and icon type.
Public methodCallingDocumentHasModelPath Indicates whether the document requesting the external resource browser data has a defined ModelPath.
Public methodDispose 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetCallingDocumentModelPath Returns a copy of the ModelPath of the document that is requesting the external resource browser data.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetMatchOptions Gets the match options used to filter external resources.
Public methodGetResources Gets the external resources under the folder path of the browser data.
Public methodGetSubFoldersData Gets the subfolders data under the folder path of the browser data.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsValidFolderName Checks whether the folder name is valid.
Public methodIsValidResourceName Checks whether the resource name is valid.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)

See Also

Reference

Was this information helpful?