Share via


PhotoImportSession.DestinationFileNamePrefix Property

Definition

Gets or sets the prefix for the destination file name.

public:
 property Platform::String ^ DestinationFileNamePrefix { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring DestinationFileNamePrefix();

void DestinationFileNamePrefix(winrt::hstring value);
public string DestinationFileNamePrefix { get; set; }
var string = photoImportSession.destinationFileNamePrefix;
photoImportSession.destinationFileNamePrefix = string;
Public Property DestinationFileNamePrefix As String

Property Value

String

Platform::String

winrt::hstring

The prefix for the destination file name.

Remarks

The prefix must consist of valid filename characters and may not exceed 64 characters. It may not begin with a space or end in multiple spaces.

Applies to