PhotoImportSession.AppendSessionDateToDestinationFolder 属性

定义

获取或设置一个值,该值指定是否应将会话日期追加到目标文件夹名称。

public:
 property bool AppendSessionDateToDestinationFolder { bool get(); void set(bool value); };
bool AppendSessionDateToDestinationFolder();

void AppendSessionDateToDestinationFolder(bool value);
public bool AppendSessionDateToDestinationFolder { get; set; }
var boolean = photoImportSession.appendSessionDateToDestinationFolder;
photoImportSession.appendSessionDateToDestinationFolder = boolean;
Public Property AppendSessionDateToDestinationFolder As Boolean

属性值

Boolean

bool

如此 如果会话日期应追加到文件夹名称;否则为 false。

适用于