ModelDataExtensionsSetUIClassName(FileData, FileSystemEntry) Method |
Sets the name of the file data UI class.
Namespace: Dundas.BI.WebApi.ModelsAssembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic static void SetUIClassName(
this FileData target,
FileSystemEntry? original
)
<ExtensionAttribute>
Public Shared Sub SetUIClassName (
target As FileData,
original As FileSystemEntry
)
public:
[ExtensionAttribute]
static void SetUIClassName(
FileData^ target,
FileSystemEntry^ original
)
[<ExtensionAttribute>]
static member SetUIClassName :
target : FileData *
original : FileSystemEntry -> unit Parameters
- target FileData
- The target.
- original FileSystemEntry
- The original item to use.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
FileData. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also