次の方法で共有


GetEffectiveNamespace method of the MSFT_FSRMEffectiveNamespace class

Returns a list of paths that match the static namespaces in the input list and any namespaces that have a Folder Usage property set on them with a value in the input list.

Syntax

uint64 GetEffectiveNamespace(
  [in]  string Namespace[],
  [out] string EffectiveNamespace[]
);

Parameters

Namespace [in]

An array of strings, each of which must be either a value of the FolderUsage property defined on the server (also called dynamic namespaces) or a static path (also called static namespaces). If providing FolderUsage properties, the format "[FolderUsage_MS=value]" must be used. This parameter is required. The default value is an empty list.

EffectiveNamespace [out]

A list of all paths that the provided object considers in scope on the server. If the Namespace parameter was not empty, the list of all paths covered by the namespaces provided.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\FSRM
MOF
MSFT_FSRM.mof
DLL
SrmSvc.dll

See also

MSFT_FSRMEffectiveNamespace