NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IsolatedStorageFilePermission Constructor (IsolatedStorageContainment, Int64, Boolean, Int64)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal UsageAllowed As IsolatedStorageContainment, _
   ByVal ExpirationDays As Long, _
   ByVal PermanentData As Boolean, _
   ByVal UserQuota As Long _
)
[C#]
public IsolatedStorageFilePermission(
   IsolatedStorageContainment UsageAllowed,
   long ExpirationDays,
   bool PermanentData,
   long UserQuota
);
[C++]
public: IsolatedStorageFilePermission(
   IsolatedStorageContainment UsageAllowed,
   __int64 ExpirationDays,
   bool PermanentData,
   __int64 UserQuota
);
[JScript]
public function IsolatedStorageFilePermission(
   UsageAllowed : IsolatedStorageContainment,
   ExpirationDays : long,
   PermanentData : Boolean,
   UserQuota : long
);

Parameters

UsageAllowed
[To be supplied.]
ExpirationDays
[To be supplied.]
PermanentData
[To be supplied.]
UserQuota
[To be supplied.]

See Also

IsolatedStorageFilePermission Class | IsolatedStorageFilePermission Members | System.Security.Permissions Namespace | IsolatedStorageFilePermission Constructor Overload List