Xceed Real-Time Zip for .NET Documentation
ApplyPropertiesToCore Method (ZipArchive)


Xceed.Zip Assembly > Xceed.Zip Namespace > ZipArchive Class : ApplyPropertiesToCore Method
Syntax
'Declaration
 
Protected Sub ApplyPropertiesToCore( _
   ByVal events As Xceed.FileSystem.FileSystemEvents, _
   ByVal userData As Object, _
   ByVal options As Object, _
   ByVal targetItem As Xceed.FileSystem.FileSystemItem _
) 
'Usage
 
Dim instance As ZipArchive
Dim events As Xceed.FileSystem.FileSystemEvents
Dim userData As Object
Dim options As Object
Dim targetItem As Xceed.FileSystem.FileSystemItem
 
instance.ApplyPropertiesToCore(events, userData, options, targetItem)
protected void ApplyPropertiesToCore( 
   Xceed.FileSystem.FileSystemEvents events,
   object userData,
   object options,
   Xceed.FileSystem.FileSystemItem targetItem
)

Parameters

events
userData
options
targetItem
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

ZipArchive Class
ZipArchive Members