Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / FileSystemItem Class / SetName Method


In This Topic
    SetName Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub SetName( _
       ByVal events As FileSystemEvents, _
       ByVal userData As Object, _
       ByVal value As String _
    ) 
    'Usage
     
    Dim instance As FileSystemItem
    Dim events As FileSystemEvents
    Dim userData As Object
    Dim value As String
     
    instance.SetName(events, userData, value)
    public void SetName( 
       FileSystemEvents events,
       object userData,
       string value
    )

    Parameters

    events
    userData
    value
    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