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

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

Gets a list of effective permissions for the caller that applies for a virtual file

Namespace: ContentStudio.Site.Storage
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public string GetFileSecurity(
	string virtualPath
)

Parameters

virtualPath
Type: SystemString
The virtual path to the object in the virtual file system item.

Return Value

Type: String
A String that contains security information for the virtual file system item.

Implements

ISecuritySupportGetFileSecurity(String)
See Also

Reference