ConnectedServiceHandlerHelper.GetServiceArtifactsRootFolder Method

Definition

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

Returns String.

Applies to