ISecuritySupportSetDirectorySecurity Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Sets security information for a virtual file system directory.

Namespace: ContentStudio.Storage
Assembly: CS5Interfaces (in CS5Interfaces.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

void SetDirectorySecurity(
	string virtualPath,
	string securityDescriptor
)

Parameters

virtualPath
Type: SystemString
The virtual path to the object in the virtual file system item.
securityDescriptor
Type: SystemString
The security descriptor (in its string format) to be applied to the virtual file system object.
See Also

Reference