<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>DisplayFusion RSS: isFunction?</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=08b9d629-f150-499e-8e35-f9591702eebf" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=08b9d629-f150-499e-8e35-f9591702eebf</link>
<description>DisplayFusion RSS: isFunction?</description>
<lastBuildDate>Sun, 19 Apr 2026 12:09:36 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=08b9d629-f150-499e-8e35-f9591702eebf</generator>
<item>
<title>RE: isFunction?</title>
<link>https://www.displayfusion.com/Discussions/View/isfunction/?ID=08b9d629-f150-499e-8e35-f9591702eebf#3</link>
<pubDate>Thu, 02 May 2019 18:27:59 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/isfunction/?ID=08b9d629-f150-499e-8e35-f9591702eebf#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[We're getting ready to release DisplayFusion 9.5 Beta 2. It's not posted publicly yet, but you can download it here if you want to give it a try: https://www.binaryfortress.com/Files/DisplayFusion/DisplayFusionSetup-9.5-Beta2.exe
We've added a new function to get the list of available functions:...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
We're getting ready to release DisplayFusion 9.5 Beta 2. It's not posted publicly yet, but you can download it here if you want to give it a try: <a href="https://www.binaryfortress.com/Files/DisplayFusion/DisplayFusionSetup-9.5-Beta2.exe" target="_blank" rel="nofollow"><b>https://www.binaryfortress.com/Files/DisplayFusion/DisplayFusionSetup-9.5-Beta2.exe</b></a><br/>
<br/>
We've added a new function to get the list of available functions: BFS.DisplayFusion.GetFunctions(). You could use that to get the list, then loop through it to see if the one you're looking for exists in the array.<br/>
<br/>
Hope that helps!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: isFunction?</title>
<link>https://www.displayfusion.com/Discussions/View/isfunction/?ID=08b9d629-f150-499e-8e35-f9591702eebf#2</link>
<pubDate>Tue, 29 Jan 2019 18:44:47 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/isfunction/?ID=08b9d629-f150-499e-8e35-f9591702eebf#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[There isn't currently a BFS scripting function for getting the list of DF Functions, but we've added this to our feature request list for 9.5]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
There isn't currently a BFS scripting function for getting the list of DF Functions, but we've added this to our feature request list for 9.5 <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>isFunction?</title>
<link>https://www.displayfusion.com/Discussions/View/isfunction/?ID=08b9d629-f150-499e-8e35-f9591702eebf</link>
<pubDate>Mon, 28 Jan 2019 16:41:21 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/isfunction/?ID=08b9d629-f150-499e-8e35-f9591702eebf</guid>
<category>DisplayFusion</category>
<description><![CDATA[I'm use this for monitor profiles:
Code
Copy
Select All
private static bool isMonitorProfile(string testProfile)
{   string[] ProfileList = BFS.DisplayFusion.GetMonitorProfiles();
return Array.Exists(ProfileList, element =&gt; element == testProfile);
}
Is it possible to test if a functio...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I'm use this for monitor profiles:<br/>
<br/>
<div id="" class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019da5a571ee71ad8c5a63d837bdd84c" class="ClipboardCopyControl"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019da5a571ee71ad8c5a63d837bdd84cJs'); return false;"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019da5a571ee71ad8c5a63d837bdd84cJs" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">private static bool isMonitorProfile(string testProfile)
    {   string[] ProfileList = BFS.DisplayFusion.GetMonitorProfiles();
        return Array.Exists(ProfileList, element =&gt; element == testProfile);
    }</pre><textarea id="code019da5a571ee71ad8c5a63d837bdd84c" name="code019da5a571ee71ad8c5a63d837bdd84c" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
    <br/>
    <br/>
Is it possible to test if a function exists?
</div>
]]></content:encoded>
</item>
</channel>
</rss>