kCura.WinEDDS.FileNaming.CustomFileNaming.NativeFileNameViewFieldsHelper
namespace kCura.WinEDDS.FileNaming.CustomFileNaming
{
public class NativeFileNameViewFieldsHelper : INativeFileNameViewFieldsHelper
{
public NativeFileNameViewFieldsHelper();
public void PopulateNativeFileNameViewFields(ExtendedExportFile ExportSettings);
}
}