Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Attempts to remove the specified property from the file or folder.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
void ClearFileProperty(
string filePath,
string property
)
void ClearFileProperty(
String^ filePath,
String^ property
)
abstract ClearFileProperty :
filePath:string *
property:string -> unit
Sub ClearFileProperty (
filePath As String,
property As String
)
Parameters
filePath
Type: System.StringThe file that contains the property that you want to remove. You must specify an absolute path to the file. You cannot specify a file share.
property
Type: System.StringThe name of the property to remove from the file.
Implements
IFsrmClassificationManager.ClearFileProperty(String, String)
See Also
IFsrmClassificationManager2 Interface
Microsoft.Storage Namespace
Return to top