Xceed Real-Time Zip for .NET Documentation
SetName Method (ZippedFile)


Xceed.Zip Assembly > Xceed.Zip Namespace > ZippedFile Class : SetName Method
Syntax
'Declaration
 
Public Sub SetName( _
   ByVal events As Xceed.FileSystem.FileSystemEvents, _
   ByVal userData As Object, _
   ByVal value As String _
) 
'Usage
 
Dim instance As ZippedFile
Dim events As Xceed.FileSystem.FileSystemEvents
Dim userData As Object
Dim value As String
 
instance.SetName(events, userData, value)
public void SetName( 
   Xceed.FileSystem.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

Reference

ZippedFile Class
ZippedFile Members