JAMS 6.x Help
InheritFromFolder Method


Inherit from a Folder's ACL
Syntax
'Declaration
 
<System.ServiceModel.OperationContractAttribute()>
<System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=False)>
Function InheritFromFolder( _
   ByVal currentAcl() As System.Byte, _
   ByVal folderName As System.String, _
   ByVal folderID As System.Integer _
) As System.Byte()
'Usage
 
Dim instance As IInheritAcl
Dim currentAcl() As System.Byte
Dim folderName As System.String
Dim folderID As System.Integer
Dim value() As System.Byte
 
value = instance.InheritFromFolder(currentAcl, folderName, folderID)
[System.ServiceModel.OperationContract()]
[System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
System.byte[] InheritFromFolder( 
   System.byte[] currentAcl,
   System.string folderName,
   System.int folderID
)

Parameters

currentAcl
folderName
folderID
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IInheritAcl Interface
IInheritAcl Members