IFolderPropertyExtension Interface

 

Interface for extending shared folder property dialog.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

Syntax

public interface IFolderPropertyExtension
public interface class IFolderPropertyExtension
Public Interface IFolderPropertyExtension

Properties

Name Description
System_CAPS_pubproperty CommandText

Gets the text for the command button shown on the extensible part of the general property tab.

System_CAPS_pubproperty Enabled

Gets a boolean value indicating whether folder extension is enabled.

System_CAPS_pubproperty SectionName

Gets the name of the extensible section of the general property tab.

Methods

Name Description
System_CAPS_pubmethod GetStatus(String)

Retrieves the string representation of the volume's off-site storage sync status.

System_CAPS_pubmethod RunCommand(String)

Runs a command given the volume's ID.

See Also

Microsoft.WindowsServerSolutions.Common Namespace

Return to top