JAMS 6.x Help
InheritFromParent Method


Inherit from a parent's ACL
Syntax
'Declaration
 
<System.ServiceModel.OperationContractAttribute()>
<System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=False)>
Function InheritFromParent( _
   ByVal currentAcl() As System.Byte, _
   ByVal objType As ObjectAccessType, _
   ByVal accessTo As AccessObject _
) As System.Byte()
'Usage
 
Dim instance As IInheritAcl
Dim currentAcl() As System.Byte
Dim objType As ObjectAccessType
Dim accessTo As AccessObject
Dim value() As System.Byte
 
value = instance.InheritFromParent(currentAcl, objType, accessTo)
[System.ServiceModel.OperationContract()]
[System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
System.byte[] InheritFromParent( 
   System.byte[] currentAcl,
   ObjectAccessType objType,
   AccessObject accessTo
)

Parameters

currentAcl
objType
accessTo
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