IFsrmClassificationManager.ClearFileProperty Method (String, String)

 

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.String

    The 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.String

    The name of the property to remove from the file.

See Also

IFsrmClassificationManager2
FsrmClassificationManager
IFsrmClassificationManager Interface
Microsoft.Storage Namespace

Return to top