SecureBlackbox 2020 .NET Edition

Questions / Feedback?

ClientFileEntry Property

A container for file entry details.

Syntax

public SFTPListEntry ClientFileEntry { get; set; }
Public Property ClientFileEntry As SFTPListEntry

Remarks

This property is a placeholder for file entry details. Use it communicate file detailsfrom your code to the server component and back. Pass the contents of ClientFileEntry to the serverwith SetClientFileEntry method, and retrieve them with GetClientFileEntry method.

This property may come handy when customizing file system operations, suchas file listings or attribute requests.

This property is not available at design time.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 .NET Edition - Version 20.0 [Build 8165]