Class MSFile
Inheritance
System.Object
MSFile
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Simplic.Framework.UI.Explorer.dll
Syntax
Constructors
|
Improve this Doc
View Source
MSFile()
Declaration
|
Improve this Doc
View Source
MSFile(MSDirectory)
Declaration
public MSFile(MSDirectory Parent)
Parameters
Properties
|
Improve this Doc
View Source
CheckOutUserName
Declaration
public string CheckOutUserName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CreateDateTime
Declaration
public DateTime CreateDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
CreateUserName
Declaration
public string CreateUserName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DirectoryId
Declaration
public int DirectoryId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Extension
Declaration
public string Extension { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FileName
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FileVersionIdent
Declaration
public int FileVersionIdent { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
FullGuid
Declaration
public Guid FullGuid { get; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
Icon
Declaration
public byte[] Icon { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
|
Improve this Doc
View Source
Ident
Declaration
public int Ident { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IsCheckedOut
Declaration
public bool IsCheckedOut { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ReadGuid
Declaration
public Guid ReadGuid { get; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
ReadWriteGuid
Declaration
public Guid ReadWriteGuid { get; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
UserHasFullAcess
Declaration
public bool UserHasFullAcess { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UserHasReadAccess
Declaration
public bool UserHasReadAccess { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UserHasReadWriteAcces
Declaration
public bool UserHasReadWriteAcces { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Version
Declaration
public int Version { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
CheckIn(String, Byte[], String)
Try to check in the current file
Declaration
public void CheckIn(string UserName, byte[] Blob, string ConnectionStringName = "")
Parameters
Type |
Name |
Description |
System.String |
UserName |
|
System.Byte[] |
Blob |
|
System.String |
ConnectionStringName |
|
|
Improve this Doc
View Source
Delete()
Declaration
|
Improve this Doc
View Source
Fill(Int64, String)
Fill the current File-Instance by an File-ID
Declaration
public void Fill(long FileId, string ConnectionStringName = "")
Parameters
Type |
Name |
Description |
System.Int64 |
FileId |
If of the file
|
System.String |
ConnectionStringName |
Verbindzbgszeichenfolge
|
|
Improve this Doc
View Source
GetNewestDocumnet(String)
Declaration
public byte[] GetNewestDocumnet(string ConnectionString = "")
Parameters
Type |
Name |
Description |
System.String |
ConnectionString |
|
Returns
Type |
Description |
System.Byte[] |
|
|
Improve this Doc
View Source
Rename(String)
Declaration
public void Rename(string NewName)
Parameters
Type |
Name |
Description |
System.String |
NewName |
|
|
Improve this Doc
View Source
TryCheckout(String, out Byte[], String)
Try to Checkout the Current File
Declaration
public bool TryCheckout(string UserName, out byte[] Blob, string ConnectionString = "")
Parameters
Type |
Name |
Description |
System.String |
UserName |
|
System.Byte[] |
Blob |
|
System.String |
ConnectionString |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UpdateRights()
Declaration
public void UpdateRights()