Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Function File( _ ByVal containee As IIndependentlyPersistableObject, _ ByVal autoUniqueName As AutoUniqueName, _ ByVal containmentName As String, _ ByVal defineSecurityParentage As DefineSecurityParentage _ ) As IReferentialContainmentRelationship |
C# |
---|
IReferentialContainmentRelationship File( IIndependentlyPersistableObject containee, AutoUniqueName autoUniqueName, string containmentName, DefineSecurityParentage defineSecurityParentage ) |
C++ |
---|
IReferentialContainmentRelationship File( IIndependentlyPersistableObject containee, AutoUniqueName autoUniqueName, String containmentName, DefineSecurityParentage defineSecurityParentage ) abstract |
J# |
---|
IReferentialContainmentRelationship File( IIndependentlyPersistableObject containee, AutoUniqueName autoUniqueName, string containmentName, DefineSecurityParentage defineSecurityParentage ) |
JScript |
---|
function File( containee : IIndependentlyPersistableObject, autoUniqueName : AutoUniqueName, containmentName : String, defineSecurityParentage : DefineSecurityParentage ) : IReferentialContainmentRelationship |