diff --git a/api/FileMagic.MagicHandler.html b/api/FileMagic.MagicHandler.html
index 2551e4d..1c01b97 100644
--- a/api/FileMagic.MagicHandler.html
+++ b/api/FileMagic.MagicHandler.html
@@ -95,6 +95,39 @@
Syntax
public static class MagicHandler
+ Properties
+
+
+ |
+ Edit this page
+
+
+ View Source
+
+
+ MagicVersionId
+ libmagic version identification number
+
+
+ Declaration
+
+
public static int MagicVersionId { get; }
+
+ Property Value
+
+
+
+ Type |
+ Description |
+
+
+
+
+ int |
+ |
+
+
+
Methods
@@ -102,7 +135,7 @@
- View Source
+ View Source
GetMagicCustomType(string, MagicFlags, MagicParameters, int)
@@ -169,7 +202,7 @@ Returns
Edit this page
- View Source
+ View Source
GetMagicCustomType(string, string, MagicFlags, MagicParameters, int)
@@ -242,7 +275,7 @@ Returns
Edit this page
- View Source
+ View Source
GetMagicInfo(string, MagicParameters, int)
@@ -303,7 +336,7 @@ Returns
Edit this page
- View Source
+ View Source
GetMagicInfo(string, string, MagicParameters, int)
@@ -370,7 +403,7 @@ Returns
Edit this page
- View Source
+ View Source
GetMagicMimeInfo(string, MagicParameters, int)
@@ -431,7 +464,7 @@ Returns
Edit this page
- View Source
+ View Source
GetMagicMimeInfo(string, string, MagicParameters, int)
@@ -498,7 +531,7 @@ Returns
Edit this page
- View Source
+ View Source
GetMagicMimeType(string, MagicParameters, int)
@@ -559,7 +592,7 @@ Returns
Edit this page
- View Source
+ View Source
GetMagicMimeType(string, string, MagicParameters, int)
@@ -626,7 +659,7 @@ Returns
Edit this page
- View Source
+ View Source
GetMagicPaths(string)
diff --git a/index.json b/index.json
index cc770ee..2e849a7 100644
--- a/index.json
+++ b/index.json
@@ -7,7 +7,7 @@
"api/FileMagic.MagicHandler.html": {
"href": "api/FileMagic.MagicHandler.html",
"title": "Class MagicHandler | FileMagic API - Aptivi",
- "keywords": "Class MagicHandler Magic handling tools Inheritance object MagicHandler Namespace: FileMagic Assembly: FileMagic.dll Syntax public static class MagicHandler Methods | Edit this page View Source GetMagicCustomType(string, MagicFlags, MagicParameters, int) Gets the file magic Mime type information Declaration public static string GetMagicCustomType(string filePath, MagicFlags flags, MagicParameters parameter = MagicParameters.None, int paramValue = 0) Parameters Type Name Description string filePath Target file path MagicFlags flags Magic flags to customize the output and the behavior of the native library MagicParameters parameter Parameter to use int paramValue Parameter value to set to Returns Type Description string | Edit this page View Source GetMagicCustomType(string, string, MagicFlags, MagicParameters, int) Gets the file magic Mime type information Declaration public static string GetMagicCustomType(string filePath, string magicPath, MagicFlags flags, MagicParameters parameter = MagicParameters.None, int paramValue = 0) Parameters Type Name Description string filePath Target file path string magicPath Path to the file magic database MagicFlags flags Magic flags to customize the output and the behavior of the native library MagicParameters parameter Parameter to use int paramValue Parameter value to set to Returns Type Description string | Edit this page View Source GetMagicInfo(string, MagicParameters, int) Gets the file magic information Declaration public static string GetMagicInfo(string filePath, MagicParameters parameter = MagicParameters.None, int paramValue = 0) Parameters Type Name Description string filePath Target file path MagicParameters parameter Parameter to use int paramValue Parameter value to set to Returns Type Description string | Edit this page View Source GetMagicInfo(string, string, MagicParameters, int) Gets the file magic information Declaration public static string GetMagicInfo(string filePath, string magicPath, MagicParameters parameter = MagicParameters.None, int paramValue = 0) Parameters Type Name Description string filePath Target file path string magicPath Path to the file magic database MagicParameters parameter Parameter to use int paramValue Parameter value to set to Returns Type Description string | Edit this page View Source GetMagicMimeInfo(string, MagicParameters, int) Gets the file magic Mime information Declaration public static string GetMagicMimeInfo(string filePath, MagicParameters parameter = MagicParameters.None, int paramValue = 0) Parameters Type Name Description string filePath Target file path MagicParameters parameter Parameter to use int paramValue Parameter value to set to Returns Type Description string | Edit this page View Source GetMagicMimeInfo(string, string, MagicParameters, int) Gets the file magic Mime information Declaration public static string GetMagicMimeInfo(string filePath, string magicPath, MagicParameters parameter = MagicParameters.None, int paramValue = 0) Parameters Type Name Description string filePath Target file path string magicPath Path to the file magic database MagicParameters parameter Parameter to use int paramValue Parameter value to set to Returns Type Description string | Edit this page View Source GetMagicMimeType(string, MagicParameters, int) Gets the file magic Mime type information Declaration public static string GetMagicMimeType(string filePath, MagicParameters parameter = MagicParameters.None, int paramValue = 0) Parameters Type Name Description string filePath Target file path MagicParameters parameter Parameter to use int paramValue Parameter value to set to Returns Type Description string | Edit this page View Source GetMagicMimeType(string, string, MagicParameters, int) Gets the file magic Mime type information Declaration public static string GetMagicMimeType(string filePath, string magicPath, MagicParameters parameter = MagicParameters.None, int paramValue = 0) Parameters Type Name Description string filePath Target file path string magicPath Path to the file magic database MagicParameters parameter Parameter to use int paramValue Parameter value to set to Returns Type Description string | Edit this page View Source GetMagicPaths(string) Gets the file magic paths Declaration public static string[] GetMagicPaths(string magicPath = null) Parameters Type Name Description string magicPath Magic path. If null, the libmagic library tries to find the magic database files. Returns Type Description string[] A colon separated list of magic locations"
+ "keywords": "Class MagicHandler Magic handling tools Inheritance object MagicHandler Namespace: FileMagic Assembly: FileMagic.dll Syntax public static class MagicHandler Properties | Edit this page View Source MagicVersionId libmagic version identification number Declaration public static int MagicVersionId { get; } Property Value Type Description int Methods | Edit this page View Source GetMagicCustomType(string, MagicFlags, MagicParameters, int) Gets the file magic Mime type information Declaration public static string GetMagicCustomType(string filePath, MagicFlags flags, MagicParameters parameter = MagicParameters.None, int paramValue = 0) Parameters Type Name Description string filePath Target file path MagicFlags flags Magic flags to customize the output and the behavior of the native library MagicParameters parameter Parameter to use int paramValue Parameter value to set to Returns Type Description string | Edit this page View Source GetMagicCustomType(string, string, MagicFlags, MagicParameters, int) Gets the file magic Mime type information Declaration public static string GetMagicCustomType(string filePath, string magicPath, MagicFlags flags, MagicParameters parameter = MagicParameters.None, int paramValue = 0) Parameters Type Name Description string filePath Target file path string magicPath Path to the file magic database MagicFlags flags Magic flags to customize the output and the behavior of the native library MagicParameters parameter Parameter to use int paramValue Parameter value to set to Returns Type Description string | Edit this page View Source GetMagicInfo(string, MagicParameters, int) Gets the file magic information Declaration public static string GetMagicInfo(string filePath, MagicParameters parameter = MagicParameters.None, int paramValue = 0) Parameters Type Name Description string filePath Target file path MagicParameters parameter Parameter to use int paramValue Parameter value to set to Returns Type Description string | Edit this page View Source GetMagicInfo(string, string, MagicParameters, int) Gets the file magic information Declaration public static string GetMagicInfo(string filePath, string magicPath, MagicParameters parameter = MagicParameters.None, int paramValue = 0) Parameters Type Name Description string filePath Target file path string magicPath Path to the file magic database MagicParameters parameter Parameter to use int paramValue Parameter value to set to Returns Type Description string | Edit this page View Source GetMagicMimeInfo(string, MagicParameters, int) Gets the file magic Mime information Declaration public static string GetMagicMimeInfo(string filePath, MagicParameters parameter = MagicParameters.None, int paramValue = 0) Parameters Type Name Description string filePath Target file path MagicParameters parameter Parameter to use int paramValue Parameter value to set to Returns Type Description string | Edit this page View Source GetMagicMimeInfo(string, string, MagicParameters, int) Gets the file magic Mime information Declaration public static string GetMagicMimeInfo(string filePath, string magicPath, MagicParameters parameter = MagicParameters.None, int paramValue = 0) Parameters Type Name Description string filePath Target file path string magicPath Path to the file magic database MagicParameters parameter Parameter to use int paramValue Parameter value to set to Returns Type Description string | Edit this page View Source GetMagicMimeType(string, MagicParameters, int) Gets the file magic Mime type information Declaration public static string GetMagicMimeType(string filePath, MagicParameters parameter = MagicParameters.None, int paramValue = 0) Parameters Type Name Description string filePath Target file path MagicParameters parameter Parameter to use int paramValue Parameter value to set to Returns Type Description string | Edit this page View Source GetMagicMimeType(string, string, MagicParameters, int) Gets the file magic Mime type information Declaration public static string GetMagicMimeType(string filePath, string magicPath, MagicParameters parameter = MagicParameters.None, int paramValue = 0) Parameters Type Name Description string filePath Target file path string magicPath Path to the file magic database MagicParameters parameter Parameter to use int paramValue Parameter value to set to Returns Type Description string | Edit this page View Source GetMagicPaths(string) Gets the file magic paths Declaration public static string[] GetMagicPaths(string magicPath = null) Parameters Type Name Description string magicPath Magic path. If null, the libmagic library tries to find the magic database files. Returns Type Description string[] A colon separated list of magic locations"
},
"api/FileMagic.html": {
"href": "api/FileMagic.html",
diff --git a/sitemap.xml b/sitemap.xml
index e4c8e86..9d557f7 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,25 +2,25 @@
https://aptivi.github.io/FileMagic/api/FileMagic.MagicException.html
- 2024-03-25T09:11:54+00:00
+ 2024-03-25T09:13:49+00:00
daily
0.5
https://aptivi.github.io/FileMagic/api/FileMagic.MagicHandler.html
- 2024-03-25T09:11:54+00:00
+ 2024-03-25T09:13:49+00:00
daily
0.5
https://aptivi.github.io/FileMagic/api/FileMagic.html
- 2024-03-25T09:11:54+00:00
+ 2024-03-25T09:13:49+00:00
daily
0.5
https://aptivi.github.io/FileMagic/index.html
- 2024-03-25T09:11:54+00:00
+ 2024-03-25T09:13:49+00:00
daily
0.5
diff --git a/xrefmap.yml b/xrefmap.yml
index ddd60fa..badfb86 100644
--- a/xrefmap.yml
+++ b/xrefmap.yml
@@ -172,3 +172,16 @@ references:
isSpec: "True"
fullName: FileMagic.MagicHandler.GetMagicPaths
nameWithType: MagicHandler.GetMagicPaths
+- uid: FileMagic.MagicHandler.MagicVersionId
+ name: MagicVersionId
+ href: api/FileMagic.MagicHandler.html#FileMagic_MagicHandler_MagicVersionId
+ commentId: P:FileMagic.MagicHandler.MagicVersionId
+ fullName: FileMagic.MagicHandler.MagicVersionId
+ nameWithType: MagicHandler.MagicVersionId
+- uid: FileMagic.MagicHandler.MagicVersionId*
+ name: MagicVersionId
+ href: api/FileMagic.MagicHandler.html#FileMagic_MagicHandler_MagicVersionId_
+ commentId: Overload:FileMagic.MagicHandler.MagicVersionId
+ isSpec: "True"
+ fullName: FileMagic.MagicHandler.MagicVersionId
+ nameWithType: MagicHandler.MagicVersionId