C# 클래스 Dynamite.Example.ContentOrganizer.ContentOrganizer.Rules.MyCustomRule

Example of a custom rule
파일 보기 프로젝트 열기: GSoft-SharePoint/Dynamite-2010-Example-ContentOrganizer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
RuleDescription string
RuleName string

공개 메소드들

메소드 설명
GetXmlConditions ( SPWeb web ) : string

Conditions in XML format

MyCustomRule ( ) : System.Globalization

메소드 상세

GetXmlConditions() 공개 메소드

Conditions in XML format
public GetXmlConditions ( SPWeb web ) : string
web SPWeb /// The web. ///
리턴 string

MyCustomRule() 공개 메소드

public MyCustomRule ( ) : System.Globalization
리턴 System.Globalization

프로퍼티 상세

RuleDescription 공개적으로 프로퍼티

Rule description
public string RuleDescription
리턴 string

RuleName 공개적으로 프로퍼티

Rule name
public string RuleName
리턴 string