Xceed Real-Time Zip for .NET Documentation
NeedsApplyPropertiesTo Method (ZippedFolder)


Xceed.Zip Assembly > Xceed.Zip Namespace > ZippedFolder Class : NeedsApplyPropertiesTo Method
Syntax
'Declaration
 
Protected Overridable Function NeedsApplyPropertiesTo( _
   ByVal session As Xceed.FileSystem.FileSystemEventsSession, _
   ByVal sourceItem As Xceed.FileSystem.FileSystemItem _
) As Boolean
'Usage
 
Dim instance As ZippedFolder
Dim session As Xceed.FileSystem.FileSystemEventsSession
Dim sourceItem As Xceed.FileSystem.FileSystemItem
Dim value As Boolean
 
value = instance.NeedsApplyPropertiesTo(session, sourceItem)
protected virtual bool NeedsApplyPropertiesTo( 
   Xceed.FileSystem.FileSystemEventsSession session,
   Xceed.FileSystem.FileSystemItem sourceItem
)

Parameters

session
sourceItem
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

ZippedFolder Class
ZippedFolder Members