Click or drag to resize

RemLookupGetACLsByFolder Method

Paperwork .Net Kütüphanesi

Namespace:  Paperwork.Connect
Assembly:  Paperwork.Connect (in Paperwork.Connect.dll) Version: 5.0.0.0
Syntax
C#
public virtual ObservableCollection<LookupItem> GetACLsByFolder(
	string folderId,
	out string defaultId,
	string typeName = "",
	bool onlyPublic = true
)

Parameters

folderId
Type: SystemString
defaultId
Type: SystemString
typeName (Optional)
Type: SystemString
onlyPublic (Optional)
Type: SystemBoolean

Return Value

Type: ObservableCollectionLookupItem
See Also