Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / FileSystemOperationOption Class / GetOptionsFromParams Method


In This Topic
    GetOptionsFromParams Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetOptionsFromParams( _
       ByVal ParamArray options() As Object _
    ) As Object()
    'Usage
     
    Dim options() As Object
    Dim value() As Object
     
    value = FileSystemOperationOption.GetOptionsFromParams(options)
    public static object[] GetOptionsFromParams( 
       params object[] options
    )

    Parameters

    options
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also