File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,15 +15,7 @@ namespace Ignia.Topics.Web.Editor {
1515 /// Provides a strongly-typed class associated with the FilePath.ascx Attribute Type control and logic associated with
1616 /// building a configured file path from values passed to the constructor.
1717 /// </summary>
18- public class FilePath {
19-
20- /*==========================================================================================================================
21- | CONSTRUCTOR
22- \-------------------------------------------------------------------------------------------------------------------------*/
23- /// <summary>
24- /// Initializes a new instance of the <see cref="FilePath"/> class.
25- /// </summary>
26- public FilePath ( ) { }
18+ public static class FilePath {
2719
2820 /*==========================================================================================================================
2921 | METHOD: GET PATH
@@ -37,7 +29,7 @@ public FilePath() { }
3729 /// <param name="includeLeafTopic">Boolean indicator as to whether to include the endpoint/leaf topic in the path.</param>
3830 /// <param name="truncatePathAtTopic">The assembled topic keys at which to end the path string.</param>
3931 /// <returns>A constructed file path.</returns>
40- public string GetPath (
32+ public static string GetPath (
4133 Topic topic ,
4234 string attributeKey ,
4335 bool includeLeafTopic = true ,
Original file line number Diff line number Diff line change 2121[ assembly: AssemblyTrademark ( "" ) ]
2222[ assembly: AssemblyCulture ( "" ) ]
2323[ assembly: ComVisible ( false ) ]
24- [ assembly: AssemblyVersion ( "3.5.1754 .0" ) ]
25- [ assembly: AssemblyFileVersion ( "3.5.1778 .0" ) ]
24+ [ assembly: AssemblyVersion ( "3.5.1755 .0" ) ]
25+ [ assembly: AssemblyFileVersion ( "3.5.1779 .0" ) ]
2626[ assembly: CLSCompliant ( true ) ]
2727[ assembly: Guid ( "c98f7b48-a085-4394-b820-c244f23868ce" ) ]
Original file line number Diff line number Diff line change 2222[ assembly: AssemblyTrademark ( "" ) ]
2323[ assembly: AssemblyCulture ( "" ) ]
2424[ assembly: ComVisible ( false ) ]
25- [ assembly: AssemblyVersion ( "3.5.1757 .0" ) ]
26- [ assembly: AssemblyFileVersion ( "3.5.1789 .0" ) ]
25+ [ assembly: AssemblyVersion ( "3.5.1758 .0" ) ]
26+ [ assembly: AssemblyFileVersion ( "3.5.1790 .0" ) ]
2727[ assembly: InternalsVisibleTo ( "Ignia.Topics.Tests" ) ]
2828[ assembly: CLSCompliant ( true ) ]
2929[ assembly: GuidAttribute ( "3CA9F6CB-B45A-4E74-AAA4-0C87CAA2704F" ) ]
You can’t perform that action at this time.
0 commit comments