SharpCifs.Smb.Ace.GetFlags C# (CSharp) Method

GetFlags() public method

Returns the flags for this ACE.
Returns the flags for this ACE. The isInherited() method checks the FLAGS_INHERITED bit in these flags.
public GetFlags ( ) : int
return int
		public virtual int GetFlags()
		{
			return Flags;
		}