AemSettings.LocalSharePath Property
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.
Local Share Path
public:
property System::String ^ LocalSharePath { System::String ^ get(); void set(System::String ^ value); };
public string LocalSharePath { get; set; }
member this.LocalSharePath : string with get, set
Public Property LocalSharePath As String
Property Value
Returns a String representing the path.
Remarks
The share is created on the local path of the Management Server and shared with the necessary permissions.
Important
The share must be on an NTFS partition and have at least 2 GB of free disk space. It is recommended that the path be no longer than 120 characters. The share path must not be a UNC path or mapped drive letter.