ExtensionMethodsGetOpenScript Method
Namespace: Centralpoint.Web.UIAssembly: Centralpoint.Web.UI (in Centralpoint.Web.UI.dll) Version: 1.0.0.0 (1.0.0.0)
public static string GetOpenScript(
this FileUploadDialog dialog,
int width = 900,
int height = 600
)
<ExtensionAttribute>
Public Shared Function GetOpenScript (
dialog As FileUploadDialog,
Optional width As Integer = 900,
Optional height As Integer = 600
) As String
- dialog FileUploadDialog
-
- width Int32 (Optional)
-
- height Int32 (Optional)
-
StringIn Visual Basic and C#, you can call this method as an instance method on any object of type
FileUploadDialog. 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).