ConnectedServiceHandlerHelper.GetServiceArtifactsRootFolder Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the name of the root folder to place the service related artifacts in. Typcially each provider will create its own subfolder under this root folder.
public:
abstract System::String ^ GetServiceArtifactsRootFolder();
public:
abstract Platform::String ^ GetServiceArtifactsRootFolder();
abstract std::wstring GetServiceArtifactsRootFolder();
public abstract string GetServiceArtifactsRootFolder ();
abstract member GetServiceArtifactsRootFolder : unit -> string
Public MustOverride Function GetServiceArtifactsRootFolder () As String
Returns
The name of the root folder.